Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Morpheus/stylesheets/mixins.less')
-rw-r--r--plugins/Morpheus/stylesheets/mixins.less13
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/Morpheus/stylesheets/mixins.less b/plugins/Morpheus/stylesheets/mixins.less
index de573c4401..ceeec230af 100644
--- a/plugins/Morpheus/stylesheets/mixins.less
+++ b/plugins/Morpheus/stylesheets/mixins.less
@@ -1,3 +1,16 @@
+.clearfix {
+ *zoom: 1;
+ &:after {
+ content: "";
+ display: table;
+ clear: both;
+ }
+ &:before {
+ content: "";
+ display: table;
+ }
+}
+
.font-default(@size: 13px, @line: 16px) {
font-family: Verdana, sans-serif;
font-size: @size;