things look much better to me, adjusted font size and a few things that were not showing correctly

This commit is contained in:
brittneypostma
2021-09-01 12:33:43 -04:00
parent 5e44cab8c5
commit 4a41da4e2b
7 changed files with 24 additions and 20 deletions

View File

@@ -6,12 +6,14 @@
<style>
div {
font-size: 1rem;
border: 2px solid #7e7e93;
border-radius: 5px;
background-color: white;
color: #7e7e93;
display: flex;
align-items: center;
justify-content: space-between;
padding: 5px 15px;
position: relative;
}
@@ -33,13 +35,14 @@
background-color: #7e7e93;
}
div:hover .arrow {
background-color: var(--color);
background-color: #7e7e93;
}
.arrow.active {
background-color: var(--color-secondary);
background-color: #7e7e93;
}
.popin {
font-size: 1rem;
display: none;
position: absolute;
left: calc(100% - 1em);