Skip to content

Commit

Permalink
CSS: Move clearfix to mixins.less
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Oct 27, 2015
1 parent ec9e615 commit 5fa6bac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 0 additions & 8 deletions public/css/icinga/main.less
Expand Up @@ -8,14 +8,6 @@
font-size: 200%;
}

.clearfix {
&:after {
content: "";
clear: both;
display: table;
}
}

.content-centered {
.text-center();
margin: 0 auto;
Expand Down
8 changes: 8 additions & 0 deletions public/css/icinga/mixins.less
Expand Up @@ -26,6 +26,14 @@
}
}

.clearfix {
&:after {
content: "";
clear: both;
display: table;
}
}

.invisible {
// Maintain layout but hide visually and from screen readers
visibility: hidden;
Expand Down

0 comments on commit 5fa6bac

Please sign in to comment.