summaryrefslogtreecommitdiffstats
path: root/webapp/sass/routes/_about-modal.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmoodspin@users.noreply.github.com>2016-04-07 23:37:50 +0500
committerCorey Hulen <corey@hulen.com>2016-04-07 11:37:50 -0700
commit5cf982e0217a968d5c10ee182c3f02f6edffe567 (patch)
tree97e560f6d84fab23a723a2d3e9c3d45c56995f5f /webapp/sass/routes/_about-modal.scss
parentaf98754d249bc938b9d57106d05439c7b12d93b3 (diff)
downloadchat-5cf982e0217a968d5c10ee182c3f02f6edffe567.tar.gz
chat-5cf982e0217a968d5c10ee182c3f02f6edffe567.tar.bz2
chat-5cf982e0217a968d5c10ee182c3f02f6edffe567.zip
PLT-2549 - Improvements to theme stuff (#2657)
Diffstat (limited to 'webapp/sass/routes/_about-modal.scss')
-rw-r--r--webapp/sass/routes/_about-modal.scss118
1 files changed, 61 insertions, 57 deletions
diff --git a/webapp/sass/routes/_about-modal.scss b/webapp/sass/routes/_about-modal.scss
index 98119c8aa..43d04319d 100644
--- a/webapp/sass/routes/_about-modal.scss
+++ b/webapp/sass/routes/_about-modal.scss
@@ -1,78 +1,82 @@
@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;
- }
+.app__body {
- .modal-title {
+ .modal {
+ .about-modal {
+ .modal-header {
+ background: transparent;
+ border: none;
color: inherit;
- font-size: 16px;
+ 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;
- }
+ .modal-body {
+ padding: 20px 25px 5px;
+ }
- .about-modal__content {
- @include clearfix;
- @include display-flex;
- @include flex-direction(row);
- padding: 1em 0 3em;
- }
+ .about-modal__content {
+ @include clearfix;
+ @include display-flex;
+ @include flex-direction(row);
+ padding: 1em 0 3em;
+ }
- .about-modal__copyright {
- @include opacity(.6);
- margin-top: .5em;
- }
+ .about-modal__copyright {
+ @include opacity(.6);
+ margin-top: .5em;
+ }
- .about-modal__footer {
- font-size: 13.5px;
- }
+ .about-modal__footer {
+ font-size: 13.5px;
+ }
- .about-modal__title {
- line-height: 1.5;
- margin: 0 0 10px;
- }
+ .about-modal__title {
+ line-height: 1.5;
+ margin: 0 0 10px;
+ }
- .about-modal__subtitle {
- @include opacity(.6);
- }
+ .about-modal__subtitle {
+ @include opacity(.6);
+ }
- .about-modal__hash {
- @include opacity(.4);
- font-size: .75em;
- text-align: right;
+ .about-modal__hash {
+ @include opacity(.4);
+ font-size: .75em;
+ text-align: right;
- p {
- &:first-child {
- float: left;
+ p {
+ &:first-child {
+ float: left;
+ }
}
}
- }
- .about-modal__logo {
- @include opacity(.9);
- padding: 0 40px 0 20px;
+ .about-modal__logo {
+ @include opacity(.9);
+ padding: 0 40px 0 20px;
- svg {
- height: 125px;
- width: 125px;
- }
+ svg {
+ height: 125px;
+ width: 125px;
+ }
- path {
- fill: inherit;
+ path {
+ fill: inherit;
+ }
}
}
}
-}
+
+} \ No newline at end of file