Sengi-Windows-MacOS-Linux/src/sass/_mixins.scss

17 lines
288 B
SCSS
Raw Normal View History

2018-09-11 07:54:23 +02:00
@mixin clearfix {
&::after {
content: "";
display: table;
clear: both;
}
2019-02-11 00:05:07 +01:00
}
@mixin clearButton {
background: none;
color: inherit;
border: none;
padding: 0;
font: inherit;
cursor: pointer;
2019-09-28 07:55:12 +02:00
// outline: inherit;
2018-09-11 07:54:23 +02:00
}