mirror of
https://github.com/itflow-org/itflow
synced 2026-09-10 08:45:13 +00:00
8 lines
217 B
CSS
8 lines
217 B
CSS
/* Custom syling for scaling the brand text (MSP name) in the sidebar */
|
|
|
|
.app-sidebar .brand-text {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
white-space: nowrap;
|
|
transform-origin: left center;
|
|
} |