mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-07 22:50:53 +03:00
styled selectbox
This commit is contained in:
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user