mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Add grid and message
This commit is contained in:
parent
e0676084ee
commit
512b97cf53
@ -167,3 +167,15 @@
|
||||
margin-bottom: 20px
|
||||
.intro-carbon
|
||||
margin-top: 3rem
|
||||
|
||||
#grid
|
||||
.notification
|
||||
padding-left: 0
|
||||
padding-right: 0
|
||||
|
||||
#message
|
||||
display: none
|
||||
|
||||
#markup
|
||||
.highlight pre
|
||||
max-height: none
|
||||
|
@ -9696,6 +9696,19 @@ svg {
|
||||
}
|
||||
}
|
||||
|
||||
#grid .notification {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
#message {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#markup .highlight pre {
|
||||
max-height: none;
|
||||
}
|
||||
|
||||
#github {
|
||||
color: #333333;
|
||||
border-color: #333333;
|
||||
|
Loading…
Reference in New Issue
Block a user