add icon
This commit is contained in:
@@ -89,6 +89,10 @@ figure {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
input[type="checkbox"] + label{
|
||||
margin:0;
|
||||
}
|
||||
|
||||
$rootminwidth : 320px;
|
||||
|
||||
/** NIVEAU 0 */
|
||||
|
@@ -10,8 +10,7 @@
|
||||
|
||||
@import "fonts.scss";
|
||||
@import "layout.scss";
|
||||
|
||||
|
||||
@import "../fonts/icon/foundation-icons.css";
|
||||
|
||||
#root{
|
||||
// background: #fff url('../img/beta-2.png') no-repeat 0px 0px;
|
||||
@@ -220,7 +219,7 @@ $headerouterheight:$headerheight+$headerpaddingtop+$headerpaddingbottom;
|
||||
>.region{
|
||||
@include inlineblock();vertical-align:middle;
|
||||
@include pr(1em); @include mr(1em);
|
||||
@media #{$medium-up}{ @include pr(0.3em); @include mr(0.3em); }//change this
|
||||
@media #{$small-only}{ @include pr(0.3em); @include mr(0.3em); }//change this
|
||||
border-right: 1px solid #707070;
|
||||
&:last-child{border:none; padding: 0; margin: 0;}
|
||||
}
|
||||
@@ -351,8 +350,8 @@ $headerouterheight:$headerheight+$headerpaddingtop+$headerpaddingbottom;
|
||||
}
|
||||
a span.account{text-transform: lowercase;}
|
||||
a span.logout{display:none; @include ml(5px); }
|
||||
.icon-off{margin: 0 0.5em 0 0.5em;}
|
||||
@media #{$large-only}{ .icon-off{display: none;} }
|
||||
.fi-power{margin: 0 0.5em 0 0.5em;}
|
||||
@media #{$large-only}{ .fi-power{display: none;} }
|
||||
@media #{$medium-up}{ a span.logout{display:none;} }
|
||||
|
||||
@media #{$small-only}{a span.account{display:none;}} //change this
|
||||
@@ -752,14 +751,14 @@ $headerouterheight:$headerheight+$headerpaddingtop+$headerpaddingbottom;
|
||||
|
||||
h2{
|
||||
@include fs12; @include fs700; margin: 0; line-height:1.2; color:#000;
|
||||
a.open-list, i.icon-remove{
|
||||
a.open-list, i.fi-xicon-remove{
|
||||
@include inlineblock(); cursor:pointer; color:#000;
|
||||
@include opacity(0); @include transition-simply-prefix(opacity 0.1s ease-out);
|
||||
}
|
||||
}
|
||||
|
||||
&:hover{
|
||||
a.open-list, i.icon-remove{
|
||||
a.open-list, i.fi-x{
|
||||
@include opacity(1);
|
||||
}
|
||||
}
|
||||
@@ -891,8 +890,8 @@ $headerouterheight:$headerheight+$headerpaddingtop+$headerpaddingbottom;
|
||||
}
|
||||
|
||||
input#edit-searchfield{
|
||||
border: 1px, #ccc; @include rounded(20px);
|
||||
padding: 4px, 5px; height:15px;
|
||||
border: 1px solid #ccc; @include rounded(20px);
|
||||
padding: 4px 5px; height:25px;
|
||||
@include fs12; line-height:1;
|
||||
background-position: 100% 5px;
|
||||
&.throbbing { background-position: 100% -15px; }
|
||||
|
Reference in New Issue
Block a user