improved user edits pages display
This commit is contained in:
@ -578,6 +578,11 @@ header[role="banner"]{
|
||||
color: #fff;
|
||||
background-color: $color-main-text;
|
||||
}
|
||||
body.path-user & {
|
||||
color: #fff;
|
||||
background-color: $color-base;
|
||||
text-transform: lowercase;
|
||||
}
|
||||
}
|
||||
@include col-mediaquery-max(3){
|
||||
body.path-frontpage &, body.path-home & {
|
||||
@ -735,13 +740,24 @@ aside.messages{
|
||||
}
|
||||
|
||||
// content top
|
||||
// #content-top{
|
||||
// &:after{
|
||||
// content:"";
|
||||
// clear:both;
|
||||
// display: block;
|
||||
// }
|
||||
// }
|
||||
#content-top{
|
||||
#block-tabs{
|
||||
nav.tabs{
|
||||
ul.tabs.primary{
|
||||
li{
|
||||
background-color: change-color($color-base, $alpha: 0.5);
|
||||
color:#fff;
|
||||
&.is-active{
|
||||
background-color: $color-base;
|
||||
}
|
||||
a{
|
||||
background-color: transparent;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#main-content.loading{
|
||||
transition: all 0.3s ease-in-out;
|
||||
|
Reference in New Issue
Block a user