Merge pull request #37 from titilambert/frontend_fev13

Frontend fev13
This commit is contained in:
Frédéric Vachon 2015-03-23 10:10:23 -04:00
commit 511dee63a7
6 changed files with 36 additions and 46 deletions

View File

@ -26,9 +26,11 @@
%colorLink {
color:$_color_dark_delta;
transition-duration: 0.5s;
transition-property: color;
&:hover {
color:white;
color:$_color_omega;
}
}

View File

@ -5,7 +5,7 @@
.main[role="main"] {}
.main__overview {
padding:$_space $_space_narrow $_space_narrow;
padding:$_space 0 $_space_narrow;
position:relative;
@include large-xlarge-screen {
@ -81,9 +81,11 @@
.main__overview__title {
margin-bottom:$_space_narrow;
padding:0 $_space_narrow;
@include large-xlarge-screen {
margin-bottom:$_space;
padding:0;
}
.color-scheme--dark & {

View File

@ -26,7 +26,7 @@
}
.filters__sublist {
padding:$_space_narrow;
padding:$_space_narrow;
.filters__item,
.filters__subitem {display:block;}
@ -42,7 +42,7 @@
min-height:56px;
padding:0 $_space_narrow;
position:relative;
width:auto;
width:auto;
.color-scheme--dark & {
border-color:$_color_dark_beta;
@ -65,8 +65,8 @@
.filters__item--more & {
min-width:87px;
text-align:left;
text-transform:lowercase;
text-transform:lowercase;
.ico-down-dir {
float:right;
}

View File

@ -118,6 +118,8 @@
position:absolute;
right:0;
top:0 ;
transition-duration:0.5s;
transition-property:color;
@include large-xlarge-screen {
padding:$_space $_space 0;
@ -131,6 +133,9 @@
color:$_color_light_gamma;
}
&:focus,
&:hover {color:$_color_omega;}
&:before {margin:0;}
.sidebar__item:first-child & {padding-top:0;}

View File

@ -83,22 +83,26 @@
&:before {margin:0;}
}
&.topbar__button--hover {
transition-duration: 0.5s;
transition-property: color, background-color;
&[aria-expanded="true"],
&:hover {
.color-scheme--dark & {
background:$_color_dark_alpha;
}
.color-scheme--light & {
background:$_color_light_alpha;
}
}
}
}
.topbar__toggle-sidebar {
/* .topbar__button { */
/* &:hover { */
/* .color-scheme--dark & { */
/* background:$_color_dark_alpha; */
/* } */
/* .color-scheme--light & { */
/* background:$_color_light_alpha; */
/* } */
/* } */
/* } */
.ico-menu {
&:after {
@ -124,20 +128,9 @@
}
.topbar__notifications {
.topbar__button {
&[aria-expanded="true"],
&:hover {
.color-scheme--dark & {
background:$_color_dark_alpha;
}
.color-scheme--light & {
background:$_color_light_alpha;
}
}
}
.ico-bell-alt {
&:after {
background:$_color_error;
border-radius:100%;
@ -176,19 +169,7 @@
}
}
.topbar__settings {
.topbar__button {
&[aria-expanded="true"],
&:hover {
.color-scheme--dark & {
background:$_color_dark_alpha;
}
.color-scheme--light & {
background:$_color_light_alpha;
}
}
}
.topbar__settings {
.ico-sliders:before {
@include vendor(transform, rotate(90deg));

View File

@ -12,7 +12,7 @@
</button>
</li>
<li class="topbar__item topbar__notifications">
<button class="topbar__button"
<button class="topbar__button topbar__button--hover"
id="notifications"
type="button"
data-toggle="collapse"
@ -111,7 +111,7 @@
<ul class="topbar__list topbar__list--right">
<li class="topbar__item topbar__settings">
<button class="topbar__button"
<button class="topbar__button topbar__button--hover"
id="settings"
data-toggle="collapse"
data-target="#settingsPanel"