summaryrefslogtreecommitdiffstats
path: root/webapp/sass/routes
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-04-01 12:02:14 -0400
committerChristopher Speller <crspeller@gmail.com>2016-04-01 12:02:14 -0400
commit7ecd23bb6cf828f61e65c1211f65c89bcdf5d3e2 (patch)
tree72c5ae513b66db32dfcfa252a8475c77cbb16df5 /webapp/sass/routes
parent3245ed253af8e1750a43a0d526f819ca7aed2864 (diff)
downloadchat-7ecd23bb6cf828f61e65c1211f65c89bcdf5d3e2.tar.gz
chat-7ecd23bb6cf828f61e65c1211f65c89bcdf5d3e2.tar.bz2
chat-7ecd23bb6cf828f61e65c1211f65c89bcdf5d3e2.zip
Revert "PLT-2027- Improvements to about dialog"
Diffstat (limited to 'webapp/sass/routes')
-rw-r--r--webapp/sass/routes/_about-modal.scss65
-rw-r--r--webapp/sass/routes/_module.scss1
2 files changed, 0 insertions, 66 deletions
diff --git a/webapp/sass/routes/_about-modal.scss b/webapp/sass/routes/_about-modal.scss
deleted file mode 100644
index da6a5717a..000000000
--- a/webapp/sass/routes/_about-modal.scss
+++ /dev/null
@@ -1,65 +0,0 @@
-@charset 'UTF-8';
-
-.modal {
- .about-modal {
- .modal-header {
- background: transparent;
- border: none;
- color: inherit;
- padding: 20px 25px 0;
-
- .close {
- color: inherit;
- font-weight: normal;
- right: 15px;
- }
-
- .modal-title {
- color: inherit;
- font-size: 16px;
- }
- }
-
- .modal-body {
- padding: 20px 25px 5px;
- }
-
- .about-modal__content {
- @include clearfix;
- padding: 1em 0 3em;
- }
-
- .about-modal__copyright {
- @include opacity(.6);
- margin-top: .5em;
- }
-
- .about-modal__footer {
- font-size: 13.5px;
- }
-
- .about-modal__title {
- line-height: 1.5;
- margin: 0 0 10px;
- }
-
- .about-modal__subtitle {
- @include opacity(.6);
- }
-
- .about-modal__logo {
- @include opacity(.9);
- float: left;
- padding: 0 40px 0 20px;
-
- svg {
- height: 125px;
- width: 125px;
- }
-
- path {
- fill: inherit;
- }
- }
- }
-}
diff --git a/webapp/sass/routes/_module.scss b/webapp/sass/routes/_module.scss
index 4f3f6f9cd..b76dd147f 100644
--- a/webapp/sass/routes/_module.scss
+++ b/webapp/sass/routes/_module.scss
@@ -1,5 +1,4 @@
// Only for combining all the files in this folder
-@import 'about-modal';
@import 'access-history';
@import 'activity-log';
@import 'admin-console';