File tree 1 file changed +11
-11
lines changed
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 11
11
@colour_positive : #ff0000 ;
12
12
@colour_negative : #ff0000 ;
13
13
14
- .box_shadow () {
14
+ .box_shadow (... ) {
15
15
}
16
- .text_shadow () {
16
+ .text_shadow (... ) {
17
17
}
18
- .border_radius () {
18
+ .border_radius (... ) {
19
19
}
20
- .border_radius_top_left () {
20
+ .border_radius_top_left (... ) {
21
21
}
22
- .border_radius_top_right () {
22
+ .border_radius_top_right (... ) {
23
23
}
24
- .border_radius_bottom_right () {
24
+ .border_radius_bottom_right (... ) {
25
25
}
26
- .border_radius_bottom_left () {
26
+ .border_radius_bottom_left (... ) {
27
27
}
28
- .border_radius_top () {
28
+ .border_radius_top (... ) {
29
29
}
30
- .border_radius_right () {
30
+ .border_radius_right (... ) {
31
31
}
32
- .border_radius_bottom () {
32
+ .border_radius_bottom (... ) {
33
33
}
34
- .border_radius_left () {
34
+ .border_radius_left (... ) {
35
35
}
36
36
div .browse {
37
37
margin : 0 0 20px ;
You can’t perform that action at this time.
0 commit comments