mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 13:26:54 +00:00
Fix buttons on the Installation page (#33480)
This commit is contained in:
parent
f76dc766a8
commit
040c2a5a85
@ -127,18 +127,30 @@
|
||||
.button {
|
||||
display: flex;
|
||||
padding-right: 20px;
|
||||
border-radius: 32px;
|
||||
|
||||
&:not(:first-child) {
|
||||
margin-top: 12px;
|
||||
}
|
||||
|
||||
&.accent {
|
||||
background-color: #34b155;
|
||||
iconify-icon.external-link {
|
||||
padding-top: 4px;
|
||||
}
|
||||
|
||||
svg {
|
||||
fill: white;
|
||||
fill: $link-color;
|
||||
height: 24px;
|
||||
min-width: 24px;
|
||||
}
|
||||
|
||||
&.accent {
|
||||
background-color: #34b155;
|
||||
color: white;
|
||||
|
||||
svg {
|
||||
fill: white;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user