mirror of
https://github.com/nfonteyne/octane-website.git
synced 2026-09-03 23:24:48 +02:00
fix: icon design better .div space occupation
This commit is contained in:
parent
5e28345ed5
commit
fea5c30d69
4 changed files with 17 additions and 5 deletions
|
|
@ -660,10 +660,15 @@ button.secondary {
|
|||
}
|
||||
|
||||
button.icon-btn {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 0.3rem;
|
||||
padding: 0.35rem 0.55rem;
|
||||
font-size: 0.85rem;
|
||||
}
|
||||
|
||||
button.icon-btn svg { flex: 0 0 auto; }
|
||||
|
||||
button.danger {
|
||||
background: var(--danger);
|
||||
color: #fff;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue