scss-library/components/02_Styles/iconized/_iconized.scss

28 lines
382 B
SCSS
Raw Normal View History

2020-08-23 14:36:48 +02:00
.RV-Iconized {
&__Icon {
&--small {
width: 1em;
height: 1em;
position: relative;
top: .125em;
}
&--medium {
width: 2em;
height: 2em;
position: relative;
top: .625em;
}
&--large {
width: 3em;
height: 3em;
position: relative;
top: 1.15573em;
}
&--huge {
width: 5em;
height: 5em;
position: relative;
top: 2.175em;
}
}
}