mirror of https://github.com/xwiki-labs/cryptpad
Fix padding issue for primary buttons
This commit is contained in:
parent
5f5df5f0a7
commit
36f09e8051
|
@ -148,7 +148,6 @@
|
|||
background-color: @cp_buttons-cancel;
|
||||
box-sizing: border-box;
|
||||
align-items: center;
|
||||
padding: 0 6px;
|
||||
line-height: 20px;
|
||||
padding: 8px 6px;
|
||||
white-space: nowrap;
|
||||
|
@ -224,6 +223,7 @@
|
|||
background-color: @cp_buttons-primary;
|
||||
color: @cp_buttons-primary-text;
|
||||
border-color: @cp_buttons-primary-border;
|
||||
padding: 0 6px;
|
||||
&:hover, &:not(:disabled):active, &:focus {
|
||||
color: @cp_buttons-primary-text;
|
||||
border-color: @cp_buttons-primary-border;
|
||||
|
|
Loading…
Reference in New Issue