Modernize CSS
This commit is contained in:
parent
b598a1c090
commit
47ff32fc9f
8 changed files with 2833 additions and 2958 deletions
|
@ -71,7 +71,8 @@ body {
|
|||
|
||||
.checkbox > label::before {
|
||||
/* @apply bg-grey-10; */
|
||||
@apply border;
|
||||
border-width: 1px;
|
||||
|
||||
@apply rounded-sm;
|
||||
|
||||
content: '';
|
||||
|
@ -313,7 +314,8 @@ select {
|
|||
|
||||
@screen md {
|
||||
.main > section {
|
||||
@apply border;
|
||||
border-width: 1px;
|
||||
|
||||
@apply border-grey-80;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue