mirror of
https://github.com/wekan/wekan.git
synced 2026-02-08 01:14:21 +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
20
client/components/main/keyboardShortcuts.css
Normal file
20
client/components/main/keyboardShortcuts.css
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
.shortcuts-list .shortcuts-list-item {
|
||||
border-bottom: 1px solid #bfbfbf;
|
||||
padding: 10px 5px;
|
||||
}
|
||||
.shortcuts-list .shortcuts-list-item:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
.shortcuts-list .shortcuts-list-item .shortcuts-list-item-keys {
|
||||
margin-top: 5px;
|
||||
float: right;
|
||||
}
|
||||
.shortcuts-list .shortcuts-list-item .shortcuts-list-item-keys kbd {
|
||||
padding: 5px 8px;
|
||||
margin: 5px;
|
||||
font-size: 18px;
|
||||
}
|
||||
.shortcuts-list .shortcuts-list-item .shortcuts-list-item-action {
|
||||
font-size: 1.4em;
|
||||
margin: 5px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue