2019-04-30 17:54:28 +00:00
|
|
|
%with-icon {
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center;
|
|
|
|
}
|
2019-12-17 18:47:37 +00:00
|
|
|
%with-mask {
|
|
|
|
mask-repeat: no-repeat;
|
|
|
|
mask-position: center;
|
|
|
|
}
|
2019-04-30 17:54:28 +00:00
|
|
|
%as-pseudo {
|
|
|
|
display: inline-block;
|
|
|
|
content: '';
|
|
|
|
visibility: visible;
|
|
|
|
background-size: contain;
|
2019-05-01 18:09:29 +00:00
|
|
|
width: 1.2em;
|
|
|
|
height: 1.2em;
|
|
|
|
vertical-align: text-top;
|
2019-06-14 17:27:37 +00:00
|
|
|
}
|