Restructure scss file to make use of basic language features.

This commit is contained in:
Arpad Csanyi
2016-03-26 00:45:56 +01:00
parent 1c05abe9b9
commit f5756a72bd
2 changed files with 89 additions and 80 deletions

View File

@@ -1,8 +1,7 @@
h1 {
margin-bottom: 3rem; }
.popover {
padding: 0; }
.popover.bottom > .arrow:after {
border-bottom-color: #f7f7f7; }
.popover-content {
padding: 10px 24px; }
@@ -18,9 +17,6 @@ h1 {
position: relative;
top: 1px; }
.popover.bottom > .arrow:after {
border-bottom-color: #f7f7f7; }
.popover-actions {
padding: 8px 14px;
margin: 0;
@@ -69,31 +65,29 @@ h1 {
.select2-item {
position: relative;
font-size: 1.5rem; }
.select2-item.keymap-name--wrapper {
padding-left: 50px; }
.select2-item .layout-segment-code {
height: 2rem;
position: absolute;
left: 0;
top: 50%;
margin-top: -1rem; }
.select2-item.keymap-name--wrapper {
padding-left: 50px; }
.select2-item .layout-segment-code {
height: 2rem;
position: absolute;
left: 0;
top: 50%;
margin-top: -1rem; }
.preview-wrapper img {
max-width: 100%; }
.global-key-setup.disabled {
opacity: 0; }
.global-key-setup.disabled .setting-label {
color: #999; }
.global-key-setup.disabled .setting-label,
.setting-label.disabled {
color: #999; }
.global-key-setup--wrapper {
position: relative; }
.global-key-setup--wrapper .disabled-state--text {
position: absolute;
top: 50%;
margin-top: -4rem; }
.global-key-setup--wrapper .disabled-state--text {
position: absolute;
top: 50%;
margin-top: -4rem; }