X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2Fless%2Fbase%2Futil.less;fp=src%2Fmain%2Fwebapp%2Fless%2Fbase%2Futil.less;h=0000000000000000000000000000000000000000;hp=82a4fafc22d9c4726311aff359685df9aa7857f5;hb=3c6c6c0735bcccedf34fe5411d86777c3511f31a;hpb=7967465800f4235b769e7151d5986ca92fc2a0ff diff --git a/src/main/webapp/less/base/util.less b/src/main/webapp/less/base/util.less deleted file mode 100644 index 82a4fafc..00000000 --- a/src/main/webapp/less/base/util.less +++ /dev/null @@ -1,27 +0,0 @@ -/** Allgemein nützliche Marker-Klassen */ - - -/** Micro Clearfix-Hack nach http://nicolasgallagher.com/micro-clearfix-hack/ */ - -.cf:before, -.cf:after { - content: ""; - display: table; -} -.cf:after { - clear:both; -} - -/** Hide helpful content in a way, that it is still accessible to screen-readers */ -.hide{ - position: absolute; - left: -99999999em; -} - - -/** Symbol-Font für Vektor-Icons */ - -.symbols -{ - font-family: 'symbols'; -}