Skip to content

Commit 6636f84

Browse files
committed
[vue] Some SCSS optimizations #2
1 parent ead96ca commit 6636f84

File tree

3 files changed

+46
-46
lines changed

3 files changed

+46
-46
lines changed

frontend/express/public/stylesheets/clyvue.css

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/express/public/stylesheets/clyvue.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/express/public/stylesheets/clyvue.scss

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
width: calc(#{$proportional_w} - 1px);
6969
}
7070
}
71-
71+
7272
li {
7373
float: left;
7474
position: relative;
@@ -278,51 +278,51 @@
278278

279279
border: 1px solid #d0d0d0;
280280
border-radius: 2px;
281-
282-
.radio-button.selected {
283-
background-color: #FFF;
284-
}
285-
.radio-button:first-child {
286-
border: none;
287-
}
281+
288282
.radio-button {
289283
border-top: 1px solid #d0d0d0;
290284
background-color: #ececec;
291285
overflow: auto;
292286
padding: 8px;
293287
cursor: pointer;
294-
}
295-
296-
.radio-button.selected .box {
297-
box-shadow: inset 0 0 0 2px #FFF;
298-
background-color: #2eb52b;
299-
}
300-
.radio-button .box {
301-
border: 1px solid #CCC;
302-
border-radius: 15px;
303-
float: left;
304-
width: 12px;
305-
height: 12px;
306-
margin-top: 1px;
307-
position: relative;
308-
margin-right: 8px;
309-
cursor: pointer;
310-
}
311-
312-
.radio-button .text {
313-
float: left;
314-
font-size: 12px;
315-
margin-top: 1px;
316-
color: #6f6f6f;
317-
cursor: pointer;
318-
}
288+
289+
&.selected {
290+
background-color: #FFF;
291+
.box {
292+
box-shadow: inset 0 0 0 2px #FFF;
293+
background-color: #2eb52b;
294+
}
295+
}
296+
297+
&:first-child {
298+
border: none;
299+
}
319300

320-
.radio-button .description {
321-
float: left;
322-
font-size: 10px;
323-
margin-top: 3px;
324-
margin-left: 20px;
325-
color: #9c9c9c;
301+
.box {
302+
border: 1px solid #CCC;
303+
border-radius: 15px;
304+
float: left;
305+
width: 12px;
306+
height: 12px;
307+
margin-top: 1px;
308+
position: relative;
309+
margin-right: 8px;
310+
cursor: pointer;
311+
}
312+
.text {
313+
float: left;
314+
font-size: 12px;
315+
margin-top: 1px;
316+
color: #6f6f6f;
317+
cursor: pointer;
318+
}
319+
.description {
320+
float: left;
321+
font-size: 10px;
322+
margin-top: 3px;
323+
margin-left: 20px;
324+
color: #9c9c9c;
325+
}
326326
}
327327
}
328328
}

0 commit comments

Comments
 (0)