Border radius fix, forecast example, disabled classes, tabs example, buttons example
This commit is contained in:
@@ -65,6 +65,9 @@
|
||||
.no-padding {
|
||||
padding: 0px!important;
|
||||
}
|
||||
.no-border {
|
||||
border: none!important;
|
||||
}
|
||||
.content {
|
||||
padding: 12px;
|
||||
}
|
||||
@@ -77,4 +80,8 @@
|
||||
}
|
||||
.cursor-default {
|
||||
cursor: default !important;
|
||||
}
|
||||
|
||||
.disabled {
|
||||
cursor: not-allowed!important;
|
||||
}
|
||||
Reference in New Issue
Block a user