Co-authored-by: Alex Sparkes <turbomarshmello@gmail.com>
This commit is contained in:
David Ralph
2020-07-19 13:27:44 +01:00
parent 7c055d6aff
commit 563804c415
6 changed files with 57 additions and 29 deletions

View File

@@ -13,7 +13,7 @@
}
}
a.modalLink {
.modalLink {
color: #5352ed;
cursor: pointer;
}

View File

@@ -6,7 +6,7 @@
flex-direction: row;
display: block;
color: #ffff;
font-family: 'Lexend Deca';
font-family: 'Lexend Deca', sans-serif;;
input[type=text] {
font-size: calc(5px + 1.2vmin);

View File

@@ -204,4 +204,27 @@ li {
background: $gradient;
cursor: pointer;
}
}
}
input[type=color] {
border-radius: 100%;
height: 30px;
width: 30px;
box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .2);
border: none;
outline: none;
-webkit-appearance: none;
vertical-align: middle;
}
input[type=color]::-webkit-color-swatch-wrapper {
padding: 0;
}
input[type=color]::-webkit-color-swatch {
border: none;
border-radius: 100%;
}
ul > label {
vertical-align: middle;
}