28 lines
382 B
SCSS
28 lines
382 B
SCSS
.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;
|
|
}
|
|
}
|
|
} |