Border radius fix, forecast example, disabled classes, tabs example, buttons example
This commit is contained in:
@@ -4,4 +4,8 @@
|
||||
padding: 0px;
|
||||
color: rgb(255, 255, 0);
|
||||
outline: none;
|
||||
&.disabled {
|
||||
background-color: rgb(168, 168, 168);
|
||||
color: black;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user