feat: better dropdowns, about section etc

Co-authored-by: Alex Sparkes <turbomarshmello@gmail.com>
This commit is contained in:
David Ralph
2021-03-19 20:18:57 +00:00
parent 8f74095a85
commit 025303a01a
13 changed files with 100 additions and 40 deletions

View File

@@ -1,15 +1,13 @@
.dropdown {
select {
margin-left: 10px;
background: linear-gradient(180deg, #ffb032 0%, #dd3b67 100%);
height: 34px;
width: 120px;
color: map-get($modal, 'text');
border-image-source: linear-gradient(180deg, #ffb032 0%, #dd3b67 100%);
border-image-slice: 1;
border-width: 3px 4px;
background: #f0f0f0;
border:none;
padding: 10px 10px;
border-radius: 5px;
}
select#language {

View File

@@ -172,3 +172,19 @@ input[type=color]::-moz-color-swatch {
.MuiCheckbox-colorPrimary.Mui-checked {
color: map-get($button-colours, 'reset') !important;
}
.reminder-info {
position: absolute;
bottom: 20px;
right: 20px;
padding: 20px;
color: #000;
background: #f0f0f0;
max-width: 300px;
border-radius: 0.7em;
display: none;
h1 {
font-size: 1em;
}
}

View File

@@ -209,7 +209,7 @@ li {
.tab-content {
position: absolute;
left: 25%;
top: 10%;
top: 7%;
h3 {
text-transform: uppercase;