mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update custom sass
This commit is contained in:
parent
4705e298f8
commit
80190bb8d1
1 changed files with 14 additions and 2 deletions
16
resources/assets/sass/custom.scss
vendored
16
resources/assets/sass/custom.scss
vendored
|
@ -38,8 +38,7 @@ body, button, input, textarea {
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-form {
|
.search-form {
|
||||||
min-width: 125px;
|
width: 100%;
|
||||||
width: 265px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-form input,
|
.search-form input,
|
||||||
|
@ -539,3 +538,16 @@ details summary::-webkit-details-marker {
|
||||||
.cursor-pointer {
|
.cursor-pointer {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tooltip-notification .tooltip-inner {
|
||||||
|
max-width: 200px;
|
||||||
|
padding: 3px 8px;
|
||||||
|
color: #fff;
|
||||||
|
text-align: center;
|
||||||
|
background-color: #dc3545;
|
||||||
|
border-radius: .25rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tooltip-notification .tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
|
||||||
|
border-top-color: #dc3545;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue