styled selectbox
This commit is contained in:
parent
e9ee7d022c
commit
1c61915b53
6 changed files with 38 additions and 10 deletions
14
app/main.css
14
app/main.css
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue