mirror of
https://github.com/jgthms/bulma
synced 2026-03-18 03:14:30 -07:00
Add scopes
This commit is contained in:
@@ -3,7 +3,13 @@
|
||||
display: flex;
|
||||
gap: 1.5rem;
|
||||
border-bottom: 1px solid var(--bulma-border);
|
||||
padding: 1.25rem 0;
|
||||
padding: 1.25rem;
|
||||
transition-property: background-color;
|
||||
transition-duration: var(--bulma-duration);
|
||||
}
|
||||
|
||||
.main:hover {
|
||||
background-color: var(--bulma-background);
|
||||
}
|
||||
|
||||
.side {
|
||||
|
||||
Reference in New Issue
Block a user