File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " castlecss-buttons" ,
3
- "version" : " 0.3 .0" ,
3
+ "version" : " 0.4 .0" ,
4
4
"description" : " Button files for CastleCSS" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 9
9
text-align : center ;
10
10
text-decoration : none ;
11
11
cursor : pointer ;
12
- background : $theme01 ; color : $color01 ;
12
+ background-color : $theme01 ; color : $color01 ;
13
13
border : none ; /* necessary for type button */
14
14
transition : all .2s ease-out ;
15
15
border-radius : $radius ;
34
34
background-color : $theme03 ;
35
35
color : $color01 ;
36
36
}
37
- .full-width {
37
+ .btn-theme04 {
38
+ @extend .btn ;
39
+ background-color : $theme04 ;
40
+ color : $color01 ;
41
+ }
42
+ .btn-theme05 {
43
+ @extend .btn ;
44
+ background-color : $theme05 ;
45
+ color : $color02 ;
46
+ }
47
+ .btn-full {
38
48
clear : both ;
39
49
width : 100% ;
40
50
}
You can’t perform that action at this time.
0 commit comments