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