mirror of
https://github.com/jgthms/bulma
synced 2026-03-18 19:34:30 -07:00
Add select specs
This commit is contained in:
30
docs/css/bulma.css
vendored
30
docs/css/bulma.css
vendored
@@ -3728,7 +3728,7 @@ fieldset[disabled] .select select:hover {
|
||||
}
|
||||
|
||||
.select.is-disabled::after {
|
||||
border-color: #7a7a7a;
|
||||
border-color: #7a7a7a !important;
|
||||
}
|
||||
|
||||
.select.is-fullwidth {
|
||||
@@ -11788,31 +11788,3 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
||||
background-color: #fafafa;
|
||||
padding: 3rem 1.5rem 6rem;
|
||||
}
|
||||
|
||||
.yolo {
|
||||
content: "default";
|
||||
}
|
||||
|
||||
@media screen and (min-width: 769px), print {
|
||||
.yolo {
|
||||
content: "tablet";
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1024px) {
|
||||
.yolo {
|
||||
content: "desktop";
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1216px) {
|
||||
.yolo {
|
||||
content: "widescreen";
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1408px) {
|
||||
.yolo {
|
||||
content: "fullhd";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user