10 lines
114 B
SCSS
10 lines
114 B
SCSS
|
.span--relative {
|
||
|
position: relative;
|
||
|
}
|
||
|
|
||
|
.span--absolute {
|
||
|
position: absolute;
|
||
|
bottom: 0px;
|
||
|
right: 0px;
|
||
|
}
|