remove some classes

This commit is contained in:
Geoff Doty 2024-05-17 16:22:49 -04:00
parent 4d1aadca06
commit 5dd054437b
1 changed files with 1 additions and 8 deletions

View File

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