daux.io/themes/daux/less/_mixins.less

20 lines
508 B
Plaintext
Raw Normal View History

2014-02-16 12:28:06 +01:00
/* ===========================================================================================
Mixins
============================================================================================== */
.kill-background-image() {
2014-02-16 12:30:45 +01:00
background-image: none;
filter: none;
2014-02-16 12:28:06 +01:00
}
2014-02-16 12:30:45 +01:00
2014-02-16 12:28:06 +01:00
.kill-box-shadow() {
2014-02-16 12:30:45 +01:00
box-shadow: none;
2014-02-16 12:28:06 +01:00
}
2014-02-16 12:30:45 +01:00
2014-02-16 12:28:06 +01:00
.sans-serif(@weight: normal, @size: 14px, @lineheight: 20px) {
2014-02-16 12:30:45 +01:00
font-weight: @weight;
font-size: @size;
font-family: @font-family-sans-serif;
line-height: @lineheight;
2014-02-16 12:28:06 +01:00
}