mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-05 05:30:44 +08:00
11 lines
252 B
SCSS
11 lines
252 B
SCSS
.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;
|
|
}
|
|
}
|