modified style of user-bar when loged in

This commit is contained in:
jorge-vitrubio 2021-07-05 13:17:28 +02:00
parent ca8263ed84
commit 89bff62c56
2 changed files with 309 additions and 305 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,22 +1,21 @@
//content {
// general styles
//----------------
//
// mods on fonts and typography
// not in foundation variables
// -----------------------------
// general styles
//----------------
//
// mods on fonts and typography
// not in foundation variables
// -----------------------------
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6,
button,.button,
header nav {
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6,
button,.button,
header nav {
font-variant:all-small-caps;
a {
color: $body-font-color;
}
}
.excerpt,.post-excerpt{
}
.excerpt,.post-excerpt{
a {
color: $body-font-color;
&:hover {
@ -25,14 +24,14 @@
}
}
}
}
}
//
// main block
//--------------
//
// main block
//--------------
main {
main {
article {
@include xy-grid;
header {
@ -63,14 +62,14 @@
}
}
}
}
}
//
// news category
//--------------
//
// news category
//--------------
.news,.news-category {
.news,.news-category {
@include xy-grid;
header,main,aside {
@include breakpoint(small){
@ -139,15 +138,15 @@
}
}
}
// end news category
}
// end news category
//
// collections category
//--------------
//
// collections category
//--------------
.collections-list {
.collections-list {
@include xy-grid;
header,main{
@include xy-cell(12);
@ -189,12 +188,12 @@
@include xy-cell(6);
}
}
}
// end collections category
}
// end collections category
// partners
// for big announcemnts
//---------------------
// partners
// for big announcemnts
//---------------------
.partners {
.entry-content {
@ -221,15 +220,15 @@
margin: 0;
}
}
}
}
//
// hero
// for big announcemnts
//---------------------
//
// hero
// for big announcemnts
//---------------------
.hero {
.hero {
border-top: 2px solid $primary-color;
.slides {
@include xy-grid();
@ -354,8 +353,13 @@
}
}
}
}
//end hero
}
//end hero
//}
// end content
// omeka specific styles
#user-bar {
width: 100%;
}
//end omeka specific styles