12 lines
181 B
SCSS
12 lines
181 B
SCSS
/*
|
|
* Box Sizer
|
|
* Simple box that acts like a ratio sizer
|
|
*
|
|
* Version:
|
|
* 1.0.0 - 2018/08/10
|
|
*/
|
|
.o-box-sizer {
|
|
width: 100%;
|
|
/* padding-bottom will be set my JS */
|
|
}
|