mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-13 10:30:56 +01:00
-- Dashboard Update -- Update to version 4.0.0. Complete redesign of the admin panel. New features and a license change.
16 lines
167 B
SCSS
Vendored
16 lines
167 B
SCSS
Vendored
/* Width */
|
|
.w-45 {
|
|
width: 45px;
|
|
height: auto;
|
|
}
|
|
|
|
/* Icon box width */
|
|
.iconbox-18 {
|
|
width: 18px;
|
|
height: 18px;
|
|
}
|
|
.iconbox-45 {
|
|
width: 45px;
|
|
height: 45px;
|
|
}
|