mirror of
https://github.com/jgthms/bulma
synced 2026-03-22 05:04:28 -07:00
Init v1
This commit is contained in:
69
docs/_sass/home/columns.scss
Normal file
69
docs/_sass/home/columns.scss
Normal file
@@ -0,0 +1,69 @@
|
||||
@use "sass/utilities/mixins" as mx;
|
||||
|
||||
#grid {
|
||||
.notification {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.bd-columns-tools {
|
||||
margin-top: 3rem;
|
||||
}
|
||||
|
||||
.bd-columns-tool {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
.highlight {
|
||||
font-size: 0.875em;
|
||||
}
|
||||
|
||||
&.bd-is-try {
|
||||
.buttons {
|
||||
justify-content: center;
|
||||
}
|
||||
.button {
|
||||
strong {
|
||||
font-weight: var(--bulma-weight-semibold);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#markup {
|
||||
width: 100%;
|
||||
|
||||
.highlight pre {
|
||||
max-height: none;
|
||||
}
|
||||
}
|
||||
|
||||
#message {
|
||||
display: none;
|
||||
margin-top: 3rem;
|
||||
}
|
||||
|
||||
@include mx.mobile {
|
||||
.bd-columns-tool {
|
||||
&.bd-is-markup {
|
||||
margin-top: 3rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@include mx.tablet {
|
||||
.bd-columns-tools {
|
||||
align-items: flex-start;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.bd-columns-tool {
|
||||
width: 50%;
|
||||
|
||||
&.bd-is-try {
|
||||
padding-top: 60px;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user