styled selectbox

This commit is contained in:
Danny Coates 2019-02-13 11:14:53 -08:00
parent e9ee7d022c
commit 1c61915b53
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
6 changed files with 38 additions and 10 deletions

View file

@ -231,6 +231,12 @@ progress::-moz-progress-bar {
}
}
select {
background-image: url('../assets/select-arrow.svg');
background-position: calc(100% - 0.75rem);
background-repeat: no-repeat;
}
@screen md {
.header-logo {
background-image: url('../assets/logo.svg');
@ -251,10 +257,6 @@ progress::-moz-progress-bar {
@tailwind utilities;
.word-break-all {
word-break: break-all;
}
@responsive {
.shadow-light {
box-shadow: 0 0 8px 0 rgba(12, 12, 13, 0.1);
@ -265,3 +267,7 @@ progress::-moz-progress-bar {
0 2px 16px 0 rgba(12, 12, 13, 0.05);
}
}
.word-break-all {
word-break: break-all;
}