Did some work on encapsulating style sheets.

Coninued working on custom dropdowns. Still work to go but getting there.
This commit is contained in:
ajdj100
2023-05-18 22:09:55 -04:00
parent 6386e02acd
commit 54738d2ec9
8 changed files with 51 additions and 15 deletions

View File

@@ -31,6 +31,7 @@ export default {
flex-direction: column-reverse;
margin-top: 50px;
max-width: 400px;
min-width: 260px;
padding-right: 120px;
border-right: solid;
border-color: var(--background-secondary);