File tree Expand file tree Collapse file tree 4 files changed +9
-16
lines changed Expand file tree Collapse file tree 4 files changed +9
-16
lines changed Original file line number Diff line number Diff line change 1
- @mixin border-radius ($radius ) {
2
- -webkit-border-radius : $radius ;
3
- -moz-border-radius : $radius ;
4
- -ms-border-radius : $radius ;
5
- border-radius : $radius ;
6
- }
7
-
8
1
@mixin vertical-gradient ($start , $end ) {
9
2
background : $end ;
10
3
background : -moz-linear-gradient (top , $start 0% , $end 100% );
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ body > div {
48
48
margin-bottom : 10px ;
49
49
background-color : $main-bg ;
50
50
padding : 15px ;
51
- @include border-radius ( 10px ) ;
51
+ border-radius : 10px ;
52
52
box-shadow : 0px 0px 5px 2px #3b6837 ;
53
53
border : 5px solid #62865f ;
54
54
color : $main-color ;
@@ -131,7 +131,7 @@ body > div {
131
131
background-repeat : no-repeat ;
132
132
background-position : 6px 6px ;
133
133
background-size : 14px 15px ;
134
- @include border-radius ( 15px ) ;
134
+ border-radius : 15px ;
135
135
}
136
136
137
137
form .search label {
@@ -206,7 +206,7 @@ span.loading {
206
206
text-align : center ;
207
207
margin : 0 0 10px 0 ;
208
208
padding : 10px ;
209
- @include border-radius ( 5px ) ;
209
+ border-radius : 5px ;
210
210
211
211
& .shown {
212
212
display : block ;
@@ -287,7 +287,7 @@ ul.dropdown {
287
287
list-style : none ;
288
288
z-index : 10 ;
289
289
overflow : hidden ;
290
- @include border-radius ( 5px ) ;
290
+ border-radius : 5px ;
291
291
292
292
li a {
293
293
font-size : 90% ;
Original file line number Diff line number Diff line change 3
3
padding : 20px ;
4
4
background-color : $main-bg-dark ;
5
5
margin-bottom : 20px ;
6
- @include border-radius ( 5px ) ;
6
+ border-radius : 5px ;
7
7
display : flex ;
8
8
flex-wrap : wrap ;
9
9
align-items : center ;
61
61
display : flex ;
62
62
justify-content : space-between ;
63
63
padding : 20px ;
64
- @include border-radius ( 5px ) ;
64
+ border-radius : 5px ;
65
65
background-color : white ;
66
66
margin-bottom : 40px ;
67
67
123
123
background-color : $main-bg-dark ;
124
124
padding : 10px ;
125
125
display : inline-block ;
126
- @include border-radius ( 5px ) ;
126
+ border-radius : 5px ;
127
127
}
128
128
}
129
129
Original file line number Diff line number Diff line change 11
11
font-weight : bold ;
12
12
border : none ;
13
13
outline : 0 ;
14
- @include border-radius ( 30px ) ;
14
+ border-radius : 30px ;
15
15
@include vertical-gradient ($start , $end );
16
16
17
17
img , svg {
35
35
36
36
button .small {
37
37
padding : 10px 20px ;
38
- @include border-radius ( 30px ) ;
38
+ border-radius : 30px ;
39
39
}
40
40
41
41
.tan-button {
You can’t perform that action at this time.
0 commit comments