Skip to content

Commit 29d7f97

Browse files
committed
scss formatted
1 parent d842158 commit 29d7f97

File tree

7 files changed

+57
-90
lines changed

7 files changed

+57
-90
lines changed

src/assets/img/favicon.png

398 KB
Loading

src/style/dropdown-list.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
.remark-dropdown-list,
44
.selection-dropdown-list,
55
.expand-dropdown-list {
6-
font-size: 12px
6+
font-size: 12px;
77
}
88

99
.mold-dropdown-list {
1010
width: 126px;
1111
height: 170px;
1212
font-size: 12px;
1313
.mold-icons {
14-
background-image: url('/static/minder/mold.png');
14+
background-image: url("/static/minder/mold.png");
1515
background-repeat: no-repeat;
1616
}
1717
.dropdown-item {
@@ -23,7 +23,7 @@
2323
}
2424
@for $i from 1 through 6 {
2525
.mold-#{$i} {
26-
background-position: (1-$i)*50px 0;
26+
background-position: (1-$i) * 50px 0;
2727
}
2828
}
2929
}
@@ -43,7 +43,7 @@
4343
}
4444
}
4545

46-
.expand-dropdown-list {
46+
.expand-dropdown-list {
4747
.dropdown-item {
4848
line-height: 25px;
4949
}
@@ -71,4 +71,4 @@
7171
height: 35px !important;
7272
line-height: 35px !important;
7373
margin: 0 !important;
74-
}
74+
}

src/style/editor.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
z-index: 2;
2121
}
2222

23-
.km-editor>.mask {
23+
.km-editor > .mask {
2424
display: block;
2525
position: absolute;
2626
left: 0;
@@ -30,7 +30,7 @@
3030
background-color: transparent;
3131
}
3232

33-
.km-editor>.receiver {
33+
.km-editor > .receiver {
3434
position: absolute;
3535
background: white;
3636
outline: none;
@@ -103,7 +103,7 @@ div.minder-editor-container {
103103
right: 0;
104104
width: 250px;
105105
bottom: 0;
106-
border-left: 1px solid #CCC;
106+
border-left: 1px solid #ccc;
107107
}
108108

109109
.minder-divider {
@@ -127,11 +127,11 @@ div.minder-editor-container {
127127
font-weight: 600;
128128
}
129129

130-
.hotbox .exp .ring .button .label{
130+
.hotbox .exp .ring .button .label {
131131
margin-top: 28px;
132132
margin-left: -2px;
133133
}
134134

135-
.hotbox .exp .ring .button .key{
135+
.hotbox .exp .ring .button .key {
136136
display: none;
137137
}

src/style/header.scss

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
@import 'mixin.scss';
2-
@import 'dropdown-list.scss';
1+
@import "mixin.scss";
2+
@import "dropdown-list.scss";
33
header {
44
font-size: 12px;
5-
&>ul {
5+
& > ul {
66
display: flex;
77
align-items: center;
88
height: 30px;
@@ -40,7 +40,7 @@ header {
4040
height: 61px;
4141
border-bottom: 1px solid #999;
4242
.tab-icons {
43-
background-image: url('/static/minder/icons.png');
43+
background-image: url("/static/minder/icons.png");
4444
background-repeat: no-repeat;
4545
}
4646
}
@@ -51,15 +51,15 @@ header {
5151
.menu-container {
5252
display: flex;
5353
height: inherit;
54-
&>div {
54+
& > div {
5555
display: inline-flex;
5656
overflow: hidden;
5757
align-items: center;
5858
flex-wrap: wrap;
5959
height: 100%;
6060
border-right: 1px dashed #eee;
6161
}
62-
&>div:last-of-type {
62+
& > div:last-of-type {
6363
border-right: none;
6464
}
6565
}
@@ -94,7 +94,7 @@ header {
9494
}
9595
.insert-group {
9696
width: 110px;
97-
&>div {
97+
& > div {
9898
height: 50%;
9999
margin: 0 5px;
100100
}
@@ -160,7 +160,7 @@ header {
160160
button:hover {
161161
background-color: $btn-hover-color;
162162
}
163-
&>div {
163+
& > div {
164164
font-size: inherit;
165165
flex-wrap: wrap;
166166
width: 60px;
@@ -186,7 +186,7 @@ header {
186186
background-position: 50% -1150px;
187187
}
188188
}
189-
.el-dropdown{
189+
.el-dropdown {
190190
cursor: default;
191191
}
192192
}
@@ -209,34 +209,34 @@ header {
209209
}
210210
.sequence-group {
211211
li {
212-
background-image: url('/static/minder/iconpriority.png');
212+
background-image: url("/static/minder/iconpriority.png");
213213
}
214214
@for $i from 0 through 9 {
215215
.sequence-#{$i} {
216-
background-position: 0 -20px * (-1+$i);
216+
background-position: 0 -20px * (-1 + $i);
217217
}
218218
}
219219
}
220220
.progress-group {
221221
li {
222-
background-image: url('/static/minder/iconprogress.png');
222+
background-image: url("/static/minder/iconprogress.png");
223223
}
224224
@for $i from 0 through 9 {
225225
.progress-#{$i} {
226-
background-position: 0 -20px * (-1+$i);
226+
background-position: 0 -20px * (-1 + $i);
227227
}
228228
}
229229
}
230230
.mold-group {
231231
width: 80px;
232232
@include flexcenter;
233233
.mold-icons {
234-
background-image: url('/static/minder/mold.png');
234+
background-image: url("/static/minder/mold.png");
235235
background-repeat: no-repeat;
236236
}
237237
@for $i from 1 through 6 {
238238
.mold-#{$i} {
239-
background-position: (1-$i)*50px 0;
239+
background-position: (1-$i) * 50px 0;
240240
}
241241
}
242242
.dropdown-toggle {
@@ -352,7 +352,7 @@ header {
352352
}
353353
@include flexcenter;
354354
margin: 0 5px;
355-
span{
355+
span {
356356
font-size: 12px;
357357
}
358358
}

src/style/hotbox.scss

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
margin-left: -35px;
2020
margin-top: -35px;
2121
border-radius: 100%;
22-
box-shadow: 0 0 30px rgba(0, 0, 0, .3);
22+
box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
2323
}
2424

2525
.label,
@@ -48,7 +48,7 @@
4848
position: absolute;
4949
left: -25px;
5050
top: -25px;
51-
border: 25px solid rgba(0, 0, 0, .3);
51+
border: 25px solid rgba(0, 0, 0, 0.3);
5252
border-radius: 100%;
5353
box-sizing: content-box;
5454
}
@@ -63,7 +63,7 @@
6363
padding: 8px 15px;
6464
margin: 0 10px;
6565
border-radius: 15px;
66-
box-shadow: 0 0 30px rgba(0, 0, 0, .3);
66+
box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
6767
position: relative;
6868

6969
.label {
@@ -82,18 +82,18 @@
8282
margin-left: 3px;
8383

8484
&:before {
85-
content: '(';
85+
content: "(";
8686
}
8787

8888
&:after {
89-
content: ')';
89+
content: ")";
9090
}
9191
}
9292
}
9393
}
9494

9595
.button {
96-
background: #F9F9F9;
96+
background: #f9f9f9;
9797
overflow: hidden;
9898
cursor: default;
9999

@@ -124,7 +124,7 @@
124124
}
125125

126126
&.selected {
127-
-webkit-animation: selected .1s ease;
127+
-webkit-animation: selected 0.1s ease;
128128
background: rgb(228, 93, 92);
129129

130130
.label {
@@ -138,14 +138,14 @@
138138

139139
&.pressed,
140140
&:active {
141-
background: #FF974D;
141+
background: #ff974d;
142142

143143
.label {
144144
color: white;
145145
}
146146

147147
.key {
148-
color: lighten(#FF974D, 30%);
148+
color: lighten(#ff974d, 30%);
149149
}
150150
}
151151
}

src/style/navigator.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
}
2929

3030
&.active {
31-
background-color: #5A6378;
31+
background-color: #5a6378;
3232
}
3333
}
3434

@@ -64,7 +64,7 @@
6464
.zoom-pan {
6565
width: 2px;
6666
height: 70px;
67-
box-shadow: 0 1px #E50000;
67+
box-shadow: 0 1px #e50000;
6868
position: relative;
6969
background: white;
7070
margin: 3px auto;
@@ -79,7 +79,7 @@
7979
background: transparent;
8080

8181
&:after {
82-
content: ' ';
82+
content: " ";
8383
display: block;
8484
width: 6px;
8585
height: 2px;

0 commit comments

Comments
 (0)