mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
Add helpers to set size to class icons
This commit is contained in:
@@ -23,3 +23,4 @@
|
||||
@import "font-icon";
|
||||
@import "typography";
|
||||
@import "misc";
|
||||
@import "class-icon";
|
||||
|
||||
17
css/backoffice/utils/helpers/_class-icon.scss
Normal file
17
css/backoffice/utils/helpers/_class-icon.scss
Normal file
@@ -0,0 +1,17 @@
|
||||
.ibo-class-icon{
|
||||
&.ibo-is-small{
|
||||
width: 32px;
|
||||
min-width: 32px;
|
||||
max-height: 32px;
|
||||
}
|
||||
&.ibo-is-medium{
|
||||
width: 48px;
|
||||
min-width: 48px;
|
||||
max-height: 48px;
|
||||
}
|
||||
&.ibo-is-large{
|
||||
width: 64px;
|
||||
min-width: 64px;
|
||||
max-height: 64px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user