Bereinigung von Altlasten, da die Texte von woanders übernommen wurden.
This commit is contained in:
@@ -1,14 +1,3 @@
|
||||
.clearfix() {
|
||||
&:after {
|
||||
content: ".";
|
||||
display: block;
|
||||
height: 0;
|
||||
line-height: 0;
|
||||
clear: both;
|
||||
visibility: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
.hyphens() {
|
||||
-webkit-hyphens: auto;
|
||||
-moz-hyphens: auto;
|
||||
@@ -59,10 +48,6 @@
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.mywrap() {
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
.hamburgerMenu() {
|
||||
color: white;
|
||||
width: 3rem;
|
||||
@@ -129,19 +114,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
.transition(@property) {
|
||||
-moz-transition: ~"@{property}";
|
||||
-webkit-transition: ~"@{property}";
|
||||
-o-transition: ~"@{property}";
|
||||
-ms-transition: ~"@{property}";
|
||||
transition: ~"@{property}";
|
||||
-moz-transition-duration: 0.5s;
|
||||
-webkit-transition-duration: 0.5s;
|
||||
-o-transition-duration: 0.5s;
|
||||
-ms-transition-duration: 0.5s;
|
||||
transition-duration: 0.5s;
|
||||
}
|
||||
|
||||
.flexEltern() {
|
||||
display:-ms-flexbox;
|
||||
display: flexbox;
|
||||
@@ -170,18 +142,4 @@
|
||||
-ms-flex: @num;
|
||||
flex: @num;
|
||||
flex-grow: @num;
|
||||
}
|
||||
|
||||
.background-size(...) {
|
||||
-webkit-background-size: @arguments;
|
||||
-moz-background-size: @arguments;
|
||||
background-size: @arguments;
|
||||
}
|
||||
|
||||
.transform(...) {
|
||||
-ms-transform: @arguments;
|
||||
-webkit-transform: @arguments;
|
||||
-o-transform: @arguments;
|
||||
-moz-transform: @arguments;
|
||||
transform: @arguments;
|
||||
}
|
||||
Reference in New Issue
Block a user