summaryrefslogtreecommitdiffstats
path: root/webapp/sass/routes/_about-modal.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <asaad@spinpunch.com>2016-04-01 17:57:21 +0500
committerAsaad Mahmood <asaad@spinpunch.com>2016-04-01 17:57:21 +0500
commitc51484332c2f8c53cd1931680f02f74e1cd1603c (patch)
tree855940efbf6fe3571c6cc320429252646bff8486 /webapp/sass/routes/_about-modal.scss
parent3aa240d74fe4137fcb0fa8038ede241a4e03b805 (diff)
downloadchat-c51484332c2f8c53cd1931680f02f74e1cd1603c.tar.gz
chat-c51484332c2f8c53cd1931680f02f74e1cd1603c.tar.bz2
chat-c51484332c2f8c53cd1931680f02f74e1cd1603c.zip
PLT-2027- Improvements to about dialog
Diffstat (limited to 'webapp/sass/routes/_about-modal.scss')
-rw-r--r--webapp/sass/routes/_about-modal.scss65
1 files changed, 65 insertions, 0 deletions
diff --git a/webapp/sass/routes/_about-modal.scss b/webapp/sass/routes/_about-modal.scss
new file mode 100644
index 000000000..da6a5717a
--- /dev/null
+++ b/webapp/sass/routes/_about-modal.scss
@@ -0,0 +1,65 @@
+@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;
+ }
+ }
+ }
+}