Fix #6781
This commit is contained in:
parent
0baed1a275
commit
cb16cb0610
3 changed files with 64 additions and 45 deletions
|
@ -297,6 +297,21 @@ hr {
|
|||
padding: 12px 0;
|
||||
}
|
||||
|
||||
._borderButton {
|
||||
@extend ._button;
|
||||
display: block;
|
||||
width: 100%;
|
||||
padding: 10px;
|
||||
box-sizing: border-box;
|
||||
text-align: center;
|
||||
border: solid 1px var(--divider);
|
||||
border-radius: var(--radius);
|
||||
|
||||
&:active {
|
||||
border-color: var(--accent);
|
||||
}
|
||||
}
|
||||
|
||||
._popup {
|
||||
background: var(--panel);
|
||||
border-radius: var(--radius);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue