navigate through workshops courses back and forth
This commit is contained in:
@@ -35,10 +35,6 @@
|
||||
border-bottom: 1px solid $gray-300;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
&.previous {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.courses {
|
||||
@@ -46,51 +42,6 @@
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
&.opened {
|
||||
width: auto;
|
||||
height: auto;
|
||||
|
||||
span.title {
|
||||
color: $gray-300;
|
||||
background: $col_main_1;
|
||||
}
|
||||
|
||||
span.previous {
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 5px;
|
||||
width: auto;
|
||||
color: $gray-300;
|
||||
|
||||
&:hover {
|
||||
color: $col_main_2;
|
||||
}
|
||||
}
|
||||
|
||||
span.dates {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.courses {
|
||||
display: inline-block;
|
||||
|
||||
.course {
|
||||
border-bottom: 1px solid $gray-300;
|
||||
padding: 1em;
|
||||
|
||||
&:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background: $col_main_2;
|
||||
color: $gray-300;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user