mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Add narrow columns, Push 0.0.21
This commit is contained in:
25
css/bulma.css
vendored
25
css/bulma.css
vendored
@@ -2652,6 +2652,13 @@ table th {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.columns.is-mobile > .column.is-narrow {
|
||||
-webkit-box-flex: 0;
|
||||
-webkit-flex: none;
|
||||
-ms-flex: none;
|
||||
flex: none;
|
||||
}
|
||||
|
||||
.columns.is-mobile > .column.is-full {
|
||||
-webkit-box-flex: 0;
|
||||
-webkit-flex: none;
|
||||
@@ -2865,6 +2872,12 @@ table th {
|
||||
}
|
||||
|
||||
@media screen and (max-width: 768px) {
|
||||
.column.is-narrow-mobile {
|
||||
-webkit-box-flex: 0;
|
||||
-webkit-flex: none;
|
||||
-ms-flex: none;
|
||||
flex: none;
|
||||
}
|
||||
.column.is-full-mobile {
|
||||
-webkit-box-flex: 0;
|
||||
-webkit-flex: none;
|
||||
@@ -3045,6 +3058,12 @@ table th {
|
||||
}
|
||||
|
||||
@media screen and (min-width: 769px) {
|
||||
.column.is-narrow, .column.is-narrow-tablet {
|
||||
-webkit-box-flex: 0;
|
||||
-webkit-flex: none;
|
||||
-ms-flex: none;
|
||||
flex: none;
|
||||
}
|
||||
.column.is-full, .column.is-full-tablet {
|
||||
-webkit-box-flex: 0;
|
||||
-webkit-flex: none;
|
||||
@@ -3225,6 +3244,12 @@ table th {
|
||||
}
|
||||
|
||||
@media screen and (min-width: 980px) {
|
||||
.column.is-narrow-desktop {
|
||||
-webkit-box-flex: 0;
|
||||
-webkit-flex: none;
|
||||
-ms-flex: none;
|
||||
flex: none;
|
||||
}
|
||||
.column.is-full-desktop {
|
||||
-webkit-box-flex: 0;
|
||||
-webkit-flex: none;
|
||||
|
||||
File diff suppressed because one or more lines are too long
2
css/bulma.min.css
vendored
2
css/bulma.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user