Border radius fix, forecast example, disabled classes, tabs example, buttons example

This commit is contained in:
Vinícius Biavatti
2021-01-06 20:34:44 +00:00
parent 2fcb4261e9
commit d91cd6a15a
20 changed files with 352 additions and 19 deletions

View File

@@ -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;
}