summaryrefslogtreecommitdiffstats
path: root/webapp/sass/routes/_shortcuts-modal.scss
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2017-09-06 23:04:13 -0700
committerChristopher Speller <crspeller@gmail.com>2017-09-06 23:11:58 -0700
commitd8bd57901e33a7057e26e782e295099ffcc0da89 (patch)
treee12dfc8cad42b1576756d19d7fbfd82646a009bf /webapp/sass/routes/_shortcuts-modal.scss
parent7bc8e9a08dfde56387f946fdf5086252aa4d0491 (diff)
downloadchat-d8bd57901e33a7057e26e782e295099ffcc0da89.tar.gz
chat-d8bd57901e33a7057e26e782e295099ffcc0da89.tar.bz2
chat-d8bd57901e33a7057e26e782e295099ffcc0da89.zip
Removing webapp
Diffstat (limited to 'webapp/sass/routes/_shortcuts-modal.scss')
-rw-r--r--webapp/sass/routes/_shortcuts-modal.scss102
1 files changed, 0 insertions, 102 deletions
diff --git a/webapp/sass/routes/_shortcuts-modal.scss b/webapp/sass/routes/_shortcuts-modal.scss
deleted file mode 100644
index 854340b2c..000000000
--- a/webapp/sass/routes/_shortcuts-modal.scss
+++ /dev/null
@@ -1,102 +0,0 @@
-@charset 'UTF-8';
-
-.app__body {
- .modal {
- .shortcuts-modal {
- margin-top: 50px;
- width: 1100px;
-
- .shortcuts-content {
- .modal-header {
- background: transparent;
- border: none;
- color: inherit;
- 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;
- }
- }
- }
- }
- }
-
- .modal-body {
- max-height: calc(100vh - 67px);
- padding: 0 40px 20px;
- }
-
- .section {
- > 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: 12px;
- font-weight: 500;
- margin: 5px 0 5px 5px;
- padding: 1px 5px;
- }
- }
- }
-
- .section-title {
- font-size: 18px;
- margin: 1.5em 0;
- }
-
- .subsection {
- border-left: 2px solid;
- padding-left: 15px;
- }
-
- .info__label {
- margin: 35px 0 10px;
- text-align: center;
- }
- }
- }
-}