mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-22 20:47:46 +01:00
Adjust default button styling
Buttons are now slightly wider, include an increased border radius, and the font weight is bold
This commit is contained in:
parent
117a595f49
commit
4cb66c7100
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
||||||
.btn {
|
.btn {
|
||||||
|
--btn-padding-x: 1rem;
|
||||||
|
--btn-border-radius: 2rem;
|
||||||
color: RGB(var(--body-text));
|
color: RGB(var(--body-text));
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-link:hover {
|
.btn-link:hover {
|
||||||
|
@ -61,4 +64,4 @@
|
||||||
.fa {
|
.fa {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue