Skip to content

Commit

Permalink
update dryb24
Browse files Browse the repository at this point in the history
  • Loading branch information
joewdavies committed Sep 20, 2024
1 parent a8ffe3f commit 38b72ce
Show file tree
Hide file tree
Showing 31 changed files with 6,882 additions and 1,995 deletions.
73 changes: 73 additions & 0 deletions assets/css/region-selector.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
.dorling-header {
text-align: center;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
h4 {
margin-bottom: 0.2rem;
color: #262b38;
font-size: 1.4rem;
font-weight: 600;
line-height: 1.2;
margin-top: 0;
}
h5 {
color: #262b38;
font-size: 1.1rem;
font-weight: 400;
line-height: 1.2;
margin-bottom: 0.2rem;
margin-top: 0;
}
.dorling-region-selector {
max-width: 330px;
min-width: 200px;
}
.dorling-region-selector-wrapper {
width: 100%;
display: flex;
justify-content: center;
padding: 3px;
}
.ss-main {
font-size: 0.9rem;
min-height: 34px;
top: 0px;
min-width: 230px;
padding: 0px;
border: 1px solid #0e47cb;
border-radius: 3px;
background-color: #fff;
height: 34px;
}
.ss-main .ss-arrow {
margin: 0px !important;
background: #0e47cb;
width: 32px;
padding-right: 10px;
height: 33px;
}
.ss-main .ss-arrow span {
border: solid #fff !important;
border-width: 0 2px 2px 0 !important;
}
.ss-main .ss-single-selected {
padding: 0px;
border: 1px solid #0e47cb;
border-radius: 3px;
background-color: #fff;
height: 34px;
}
.ss-main .ss-single-selected .placeholder {
box-shadow: inset 0 2px 4px rgba(9, 49, 142, 0.08), inset 0 0 10px rgba(9, 49, 142, 0.04),
inset 0 4px 5px rgba(9, 49, 142, 0.04), inset 0 -4px 4px rgba(9, 49, 142, 0.04);
padding: 4px 5px 5px 8px;
min-height: 32px;
background: #fff;
opacity: 1;
cursor: pointer;
}
.ss-main .ss-single-selected .placeholder .ss-disabled {
color: #000;
}
Loading

0 comments on commit 38b72ce

Please sign in to comment.