SoapboxConfig: button styles
This commit is contained in:
parent
83a06e2708
commit
a817deffa0
2 changed files with 13 additions and 0 deletions
Binary file not shown.
|
@ -750,3 +750,16 @@ code {
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.actions.add-row {
|
||||||
|
margin: 10px 0 0;
|
||||||
|
|
||||||
|
.button {
|
||||||
|
border: 0;
|
||||||
|
background: transparent;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
color: var(--primary-text-color);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue