fixing some config stuff and deleting the broken config

This commit is contained in:
Chris Cochrun 2022-11-05 10:43:04 -05:00
parent 6aba76c8c1
commit bfa85eb2f7
5 changed files with 100 additions and 136 deletions

View file

@ -1373,6 +1373,10 @@ select {
visibility: hidden;
}
.static {
position: static;
}
.fixed {
position: fixed;
}
@ -1449,6 +1453,11 @@ select {
margin: 0.25rem;
}
.my-0 {
margin-top: 0px;
margin-bottom: 0px;
}
.-my-2 {
margin-top: -0.5rem;
margin-bottom: -0.5rem;
@ -1474,11 +1483,6 @@ select {
margin-right: 0.25rem;
}
.my-0 {
margin-top: 0px;
margin-bottom: 0px;
}
.mt-0 {
margin-top: 0px;
}
@ -1857,6 +1861,10 @@ select {
border-radius: 0.5rem;
}
.rounded-md {
border-radius: 0.375rem;
}
.rounded-full {
border-radius: 9999px;
}
@ -1865,10 +1873,6 @@ select {
border-radius: 1rem;
}
.rounded-md {
border-radius: 0.375rem;
}
.rounded {
border-radius: 0.25rem;
}