mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Moved message bg color to body
With bgcolor at whole message it shows weird fragments around top corners radius. It is mostly visible when you use message as content of modal (with dark background).
This commit is contained in:
parent
1a94748fd0
commit
caa807e6c4
@ -23,7 +23,6 @@ $message-colors: $colors !default
|
||||
|
||||
.message
|
||||
@extend %block
|
||||
background-color: $message-background-color
|
||||
border-radius: $message-radius
|
||||
font-size: $size-normal
|
||||
strong
|
||||
@ -88,6 +87,7 @@ $message-colors: $colors !default
|
||||
border-top-right-radius: 0
|
||||
|
||||
.message-body
|
||||
background-color: $message-background-color
|
||||
border-color: $message-body-border-color
|
||||
border-radius: $message-body-radius
|
||||
border-style: solid
|
||||
|
Loading…
Reference in New Issue
Block a user