2024-03-21 16:11:54 +00:00
|
|
|
@use "sass/utilities/mixins" as mx;
|
|
|
|
|
2021-01-27 23:30:42 +00:00
|
|
|
#grid {
|
|
|
|
.notification {
|
|
|
|
padding-left: 0;
|
|
|
|
padding-right: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.bd-columns-tools {
|
|
|
|
margin-top: 3rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bd-columns-tool {
|
2024-03-21 16:11:54 +00:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
2021-01-27 23:30:42 +00:00
|
|
|
|
|
|
|
.highlight {
|
|
|
|
font-size: 0.875em;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.bd-is-try {
|
|
|
|
.buttons {
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
.button {
|
|
|
|
strong {
|
2024-03-21 16:11:54 +00:00
|
|
|
font-weight: var(--bulma-weight-semibold);
|
2021-01-27 23:30:42 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#markup {
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
.highlight pre {
|
|
|
|
max-height: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#message {
|
|
|
|
display: none;
|
|
|
|
margin-top: 3rem;
|
|
|
|
}
|
|
|
|
|
2024-03-21 16:11:54 +00:00
|
|
|
@include mx.mobile {
|
2021-01-27 23:30:42 +00:00
|
|
|
.bd-columns-tool {
|
|
|
|
&.bd-is-markup {
|
|
|
|
margin-top: 3rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2024-03-21 16:11:54 +00:00
|
|
|
@include mx.tablet {
|
2021-01-27 23:30:42 +00:00
|
|
|
.bd-columns-tools {
|
|
|
|
align-items: flex-start;
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bd-columns-tool {
|
|
|
|
width: 50%;
|
|
|
|
|
|
|
|
&.bd-is-try {
|
|
|
|
padding-top: 60px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|