mirror of
https://github.com/Chalarangelo/mini.css.git
synced 2025-08-02 20:07:40 +02:00
Navigation module cleanup
This commit is contained in:
@@ -390,3 +390,4 @@
|
|||||||
- Code cleanup in `progress`. Merged `spinner` into `progress`. Removed `spinner-dot` from the `spinner` module as it was not a great component.
|
- Code cleanup in `progress`. Merged `spinner` into `progress`. Removed `spinner-dot` from the `spinner` module as it was not a great component.
|
||||||
- Code cleanup for `contextual`. Minor `mark` optimizations. Added `alert` mixin `make-alert-alt-style` for alternative `alert` styles.
|
- Code cleanup for `contextual`. Minor `mark` optimizations. Added `alert` mixin `make-alert-alt-style` for alternative `alert` styles.
|
||||||
- Removed `spinner` file.
|
- Removed `spinner` file.
|
||||||
|
- Cleanup for `navigation`.
|
@@ -18,7 +18,7 @@ header {
|
|||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
// Header logo styling.
|
// Header logo styling.
|
||||||
.#{$header-logo-name} {
|
.#{$header-logo-name} {
|
||||||
color: $header-fore-color;
|
color: $header-fore-color; // Keep this in case people use SVGs? Is it necessary?
|
||||||
@if $header-logo-font-size != $base-font-size {
|
@if $header-logo-font-size != $base-font-size {
|
||||||
font-size: $header-logo-font-size;
|
font-size: $header-logo-font-size;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user