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

@@ -4,4 +4,8 @@
padding: 0px;
color: rgb(255, 255, 0);
outline: none;
&.disabled {
background-color: rgb(168, 168, 168);
color: black;
}
}