mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Round the top corners on .panel-block:first-child
When there is no `.panel-heading` present, round the top corners of the first `.panel-block`.
This commit is contained in:
parent
cc0c53483f
commit
8bcda0c658
@ -102,6 +102,9 @@ $panel-colors: $colors !default
|
||||
color: $panel-block-active-color
|
||||
.panel-icon
|
||||
color: $panel-block-active-icon-color
|
||||
&:first-child
|
||||
border-top-left-radius: $panel-radius
|
||||
border-top-right-radius: $panel-radius
|
||||
&:last-child
|
||||
border-bottom-left-radius: $panel-radius
|
||||
border-bottom-right-radius: $panel-radius
|
||||
|
Loading…
Reference in New Issue
Block a user