Compare commits
2 Commits
ceeb0fd7d1
...
d90e95fe23
Author | SHA1 | Date |
---|---|---|
jorge | d90e95fe23 | |
jorge | 142f99d610 |
File diff suppressed because one or more lines are too long
|
@ -132,6 +132,20 @@
|
||||||
// #. Page
|
// #. Page
|
||||||
// ------------------
|
// ------------------
|
||||||
|
|
||||||
|
// -- accordion collections
|
||||||
|
//.collections-list {
|
||||||
|
// main article {
|
||||||
|
// overflow: visible !important;
|
||||||
|
// }
|
||||||
|
// .accordion-item {
|
||||||
|
// margin-left: -10rem;
|
||||||
|
// padding-left: 10rem;
|
||||||
|
// margin-right: -10rem;
|
||||||
|
// padding-right: 10rem;
|
||||||
|
// }
|
||||||
|
//}
|
||||||
|
|
||||||
|
|
||||||
// -- submenus
|
// -- submenus
|
||||||
.omekas-entry-content {
|
.omekas-entry-content {
|
||||||
.sub-menu.wide {
|
.sub-menu.wide {
|
||||||
|
|
|
@ -240,6 +240,7 @@ main {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-size: $global-font-size*0.7;
|
font-size: $global-font-size*0.7;
|
||||||
|
overflow: visible;
|
||||||
}
|
}
|
||||||
@include breakpoint(medium){
|
@include breakpoint(medium){
|
||||||
font-size: $global-font-size*1;
|
font-size: $global-font-size*1;
|
||||||
|
@ -257,6 +258,8 @@ main {
|
||||||
|
|
||||||
// accordion for colletions list
|
// accordion for colletions list
|
||||||
.accordion-item {
|
.accordion-item {
|
||||||
|
margin: 0 -5rem;//make lines screen width in collections view
|
||||||
|
padding: 0 5rem;
|
||||||
&.title {
|
&.title {
|
||||||
.accordion-title {
|
.accordion-title {
|
||||||
@include breakpoint(small){
|
@include breakpoint(small){
|
||||||
|
|
Loading…
Reference in New Issue