mirror of
https://github.com/discourse/discourse.git
synced 2026-08-09 21:45:25 +08:00
11 lines
252 B
SCSS
Vendored
11 lines
252 B
SCSS
Vendored
.chat-composer-upload {
|
|
&__remove-btn {
|
|
visibility: visible;
|
|
background: rgb(var(--always-black-rgb), 0.9);
|
|
border-radius: 100%;
|
|
|
|
// overwrite ios style
|
|
font-size: var(--font-down-2) !important;
|
|
padding: 5px !important;
|
|
}
|
|
}
|