This repository was archived by the owner on Dec 11, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
15
15
< h1 > CSS Chassis</ h1 >
16
16
17
- < h2 > Button tag </ h2 >
17
+ < h2 > Button Classes </ h2 >
18
18
19
19
< p > Use the button classes on an < code > <a></ code > , < code > <button></ code > , or < code > <input></ code > element.
20
20
@@ -99,7 +99,7 @@ <h3>Disabled Class</h3>
99
99
< a class ="ui-button--default--disabled " href ="# " role ="button "> Disabled</ a >
100
100
</ p >
101
101
< p >
102
- < a class ="ui-button--primary--small--disabled " href ="# " role ="button "> Disabled/a>
102
+ < a class ="ui-button--primary--small--disabled " href ="# " role ="button "> Disabled< /a >
103
103
< a class ="ui-button--default--small--disabled " href ="# " role ="button "> Disabled</ a >
104
104
</ p >
105
105
< p >
Original file line number Diff line number Diff line change 97
97
}
98
98
99
99
& --extra-small {
100
- @extend %ui-button--extra-small ;
101
100
@include ui-button ($ui-button-default-color , $ui-button-default-background );
101
+ @include ui-button-sizes ($ui-button-extra-small );
102
102
@include ui-button-states ($ui-button-default-color , $ui-button-default-background );
103
103
104
104
& --disabled {
You can’t perform that action at this time.
0 commit comments