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 1414
1515< h1 > CSS Chassis</ h1 >
1616
17- < h2 > Button tag </ h2 >
17+ < h2 > Button Classes </ h2 >
1818
1919< p > Use the button classes on an < code > <a></ code > , < code > <button></ code > , or < code > <input></ code > element.
2020
@@ -99,7 +99,7 @@ <h3>Disabled Class</h3>
9999 < a class ="ui-button--default--disabled " href ="# " role ="button "> Disabled</ a >
100100 </ p >
101101 < 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 >
103103 < a class ="ui-button--default--small--disabled " href ="# " role ="button "> Disabled</ a >
104104 </ p >
105105 < p >
Original file line number Diff line number Diff line change 9797 }
9898
9999 & --extra-small {
100- @extend %ui-button--extra-small ;
101100 @include ui-button ($ui-button-default-color , $ui-button-default-background );
101+ @include ui-button-sizes ($ui-button-extra-small );
102102 @include ui-button-states ($ui-button-default-color , $ui-button-default-background );
103103
104104 & --disabled {
You can’t perform that action at this time.
0 commit comments