Border radius fix, forecast example, disabled classes, tabs example, buttons example
This commit is contained in:
@@ -8,6 +8,9 @@
|
||||
color: white;
|
||||
padding-left: 30px;
|
||||
@include disable-select;
|
||||
&.disabled {
|
||||
color: rgb(168, 168, 168)
|
||||
}
|
||||
}
|
||||
.tui-checkbox input {
|
||||
position: absolute;
|
||||
@@ -15,6 +18,7 @@
|
||||
cursor: pointer;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
pointer-events: none;
|
||||
}
|
||||
.tui-checkbox span {
|
||||
position: absolute;
|
||||
|
||||
Reference in New Issue
Block a user