f9d87c5c71
Renamed /themes/core to /themes/daux Updated /themes/{theme}/less/theme.less to allow for bootstrap overrides Added /themes/daux/less/theme.less to allow daux to function as theme - used daux-navy colors Moved fonts from themes variants into /themes/daux/fonts
20 Zeilen
508 B
Plaintext
20 Zeilen
508 B
Plaintext
/* ===========================================================================================
|
|
Mixins
|
|
============================================================================================== */
|
|
|
|
.kill-background-image() {
|
|
background-image: none;
|
|
filter: none;
|
|
}
|
|
|
|
.kill-box-shadow() {
|
|
box-shadow: none;
|
|
}
|
|
|
|
.sans-serif(@weight: normal, @size: 14px, @lineheight: 20px) {
|
|
font-weight: @weight;
|
|
font-size: @size;
|
|
font-family: @font-family-sans-serif;
|
|
line-height: @lineheight;
|
|
}
|