feat: custom font ui, fix modal css and date widget stuff

Co-authored-by: Alex Sparkes <turbomarshmello@gmail.com>
This commit is contained in:
David Ralph
2021-03-18 16:46:50 +00:00
parent b24739cabb
commit 418d658658
10 changed files with 51 additions and 14 deletions

View File

@@ -1,5 +1,7 @@
.dropdown {
select {
margin-left: 10px;
background: linear-gradient(180deg, #ffb032 0%, #dd3b67 100%);
height: 34px;
width: 120px;

View File

@@ -209,7 +209,7 @@ li {
.tab-content {
position: absolute;
left: 25%;
width: 60%;
top: 10%;
h3 {
text-transform: uppercase;
@@ -219,7 +219,7 @@ li {
@media only screen and (max-width: 1920px) {
.tab-content {
position: absolute;
left: 35%;
left: 30%;
}
}