mirror of
https://github.com/wekan/wekan.git
synced 2026-02-04 07:31:47 +01:00
Converted Stylus to CSS. Removed Stylus. This change removed many error messages.
Thanks to xet7 !
This commit is contained in:
parent
01a1a2cdce
commit
072778b9aa
104 changed files with 9370 additions and 7642 deletions
8
client/components/settings/attachments.css
Normal file
8
client/components/settings/attachments.css
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
.move-attachment-buttons {
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
}
|
||||
.attachments-content hr {
|
||||
height: 0px;
|
||||
border: 1px solid #000;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue