mirror of https://github.com/n2geoff/stylelite.git
remove some classes
This commit is contained in:
parent
4d1aadca06
commit
5dd054437b
|
@ -344,7 +344,7 @@ dialog {
|
|||
max-width: 85%;
|
||||
}
|
||||
|
||||
/* Grid System */
|
||||
/* Layout Utilities */
|
||||
|
||||
.grid {
|
||||
display: grid;
|
||||
|
@ -352,15 +352,8 @@ dialog {
|
|||
grid-template-columns: repeat(auto-fit, minmax(0%, 1fr));
|
||||
}
|
||||
|
||||
/* Utilities */
|
||||
|
||||
.group {display: flex;}
|
||||
.right {float:right}
|
||||
.left {float:left}
|
||||
.center {text-align: center;}
|
||||
.clear {content:'';display: table;clear:both}
|
||||
.rounded {border-radius: calc(var(--size) / 4);}
|
||||
.border {border: 1px solid var(--theme)}
|
||||
.no-border {border: none}
|
||||
.no-space {margin: 0; padding:0;}
|
||||
.no-theme {--theme: var(--fg)}
|
||||
|
|
Loading…
Reference in New Issue