We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae7f48b commit 82d97b8Copy full SHA for 82d97b8
1 file changed
assets/scss/base/_general.scss
@@ -68,7 +68,7 @@ section {
68
left: 0;
69
top: 0;
70
width: 4rem;
71
- padding:1rem;
+ padding: 1rem;
72
font-size: 1.7rem;
73
74
@include flex();
@@ -96,14 +96,14 @@ section {
96
}
97
98
%formSelect {
99
- background-color:$gray-clr-7;
+ background-color: $gray-clr-7;
100
border: 1px solid $gray-clr-4;
101
- cursor:pointer;
+ cursor: pointer;
102
width: 100%;
103
padding: 0.6rem 1rem;
104
- margin-top:.5rem;
+ margin-top: 0.5rem;
105
border-radius: 4px;
106
- font-size:1.3rem;
+ font-size: 1.3rem;
107
font-family: inherit;
108
line-height: inherit;
109
@@ -122,6 +122,6 @@ section {
122
user-select: none;
123
124
125
-.no-selec:focus {
+.no-select:focus {
126
outline: none !important;
127
0 commit comments