-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a8ffe3f
commit 38b72ce
Showing
31 changed files
with
6,882 additions
and
1,995 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
} |
Oops, something went wrong.