mirror of
https://github.com/Chalarangelo/mini.css.git
synced 2025-08-13 17:33:59 +02:00
Tab cleanup
This commit is contained in:
2
dist/mini-default.css
vendored
2
dist/mini-default.css
vendored
@@ -906,7 +906,7 @@ th:first-child, td:first-child {
|
|||||||
border-bottom-left-radius: 2px;
|
border-bottom-left-radius: 2px;
|
||||||
border-bottom-right-radius: 2px; }
|
border-bottom-right-radius: 2px; }
|
||||||
|
|
||||||
@media only screen and (max-width: 800px) {
|
@media (max-width: 800px) {
|
||||||
.tabs {
|
.tabs {
|
||||||
-webkit-box-orient: vertical;
|
-webkit-box-orient: vertical;
|
||||||
-webkit-flex-direction: column;
|
-webkit-flex-direction: column;
|
||||||
|
2
dist/mini-default.min.css
vendored
2
dist/mini-default.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -392,4 +392,5 @@
|
|||||||
- Removed `spinner` file.
|
- Removed `spinner` file.
|
||||||
- Cleanup for `navigation`.
|
- Cleanup for `navigation`.
|
||||||
- Cleanup for `utility`.
|
- Cleanup for `utility`.
|
||||||
- Cleanup for `card`. Changed loading order and variables to better reflect the new module system.
|
- Cleanup for `card`. Changed loading order and variables to better reflect the new module system. Updated media queries.
|
||||||
|
- Cleanup for `tab`, updated media queries.
|
@@ -157,7 +157,8 @@ $tab-stacked-name: 'stacked' !default; // Class name for stacked tabs
|
|||||||
border-top-right-radius: 0;
|
border-top-right-radius: 0;
|
||||||
border-bottom-left-radius: $tab-border-radius;
|
border-bottom-left-radius: $tab-border-radius;
|
||||||
border-bottom-right-radius: $tab-border-radius;
|
border-bottom-right-radius: $tab-border-radius;
|
||||||
} // Keep :first-of-type below :last-of-type to make sure that single collapses get proper radiuses
|
}
|
||||||
|
// Keep :first-of-type below :last-of-type to make sure that single collapses get proper radiuses
|
||||||
&:first-of-type {
|
&:first-of-type {
|
||||||
border-top-right-radius: $tab-border-radius;
|
border-top-right-radius: $tab-border-radius;
|
||||||
}
|
}
|
||||||
@@ -196,7 +197,7 @@ $tab-stacked-name: 'stacked' !default; // Class name for stacked tabs
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Responsiveness
|
// Responsiveness
|
||||||
@media only screen and (max-width: #{$tab-stacked-breakpoint}) {
|
@media (max-width: #{$tab-stacked-breakpoint}) {
|
||||||
.#{$tab-container-name} {
|
.#{$tab-container-name} {
|
||||||
// Old syntax
|
// Old syntax
|
||||||
-webkit-box-orient: vertical;
|
-webkit-box-orient: vertical;
|
||||||
|
Reference in New Issue
Block a user