summaryrefslogtreecommitdiffstats
path: root/webapp/sass
diff options
context:
space:
mode:
authorSaturnino Abril <saturnino.abril@gmail.com>2017-09-04 04:12:38 +0800
committerGitHub <noreply@github.com>2017-09-04 04:12:38 +0800
commit967a0df0f87e6fe942e9a7a1183014d299526e94 (patch)
tree897de5f1d0d09781c915009ff4d66322002e0ba1 /webapp/sass
parent94c9138c1986cb35b930f6e3e98993b851f69ef9 (diff)
downloadchat-967a0df0f87e6fe942e9a7a1183014d299526e94.tar.gz
chat-967a0df0f87e6fe942e9a7a1183014d299526e94.tar.bz2
chat-967a0df0f87e6fe942e9a7a1183014d299526e94.zip
[PLT-7471] Slight modifications to keyboards dialog (#7325)
* slight modifications to keyboards dialog * Updating shortcuts modal
Diffstat (limited to 'webapp/sass')
-rw-r--r--webapp/sass/routes/_shortcuts-modal.scss27
1 files changed, 26 insertions, 1 deletions
diff --git a/webapp/sass/routes/_shortcuts-modal.scss b/webapp/sass/routes/_shortcuts-modal.scss
index 817239f2f..854340b2c 100644
--- a/webapp/sass/routes/_shortcuts-modal.scss
+++ b/webapp/sass/routes/_shortcuts-modal.scss
@@ -11,18 +11,43 @@
background: transparent;
border: none;
color: inherit;
- padding: 40px 40px 20px;
+ padding: 20px 40px 20px;
.close {
color: inherit;
font-size: 28px;
font-weight: normal;
right: 35px;
+ top: 35px;
}
.modal-title {
color: inherit;
font-size: 20px;
+
+ > div {
+ &:first-child {
+ margin-bottom: 2.5em;
+ }
+ }
+
+ .shortcut-line {
+ margin: 17px 0;
+
+ span {
+ &:first-child {
+ margin-right: 5px;
+ }
+ }
+
+ .shortcut-key {
+ border-radius: 3px;
+ font-size: .9em;
+ font-weight: 500;
+ margin: 5px 0 5px 5px;
+ padding: 1px 5px;
+ }
+ }
}
}
}