mirror of
https://github.com/jgthms/bulma
synced 2026-03-17 19:04:30 -07:00
Explain mixins
This commit is contained in:
@@ -6525,12 +6525,17 @@ svg {
|
||||
}
|
||||
|
||||
#npm {
|
||||
align-items: center;
|
||||
animation: fadeIn 500ms both;
|
||||
animation-delay: 1.4s;
|
||||
background: none;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
margin: -10px 0 20px;
|
||||
}
|
||||
|
||||
#npm code {
|
||||
background: whitesmoke;
|
||||
border-radius: 3px;
|
||||
color: #00d1b2;
|
||||
display: inline-block;
|
||||
|
||||
Reference in New Issue
Block a user