2018-12-13 18:19:33 +02:00
|
|
|
@import "variables";
|
|
|
|
@import "globals";
|
2019-01-03 08:07:39 +02:00
|
|
|
// title
|
|
|
|
.all-items{
|
|
|
|
.section-heading{
|
|
|
|
padding-bottom: 1em;
|
|
|
|
}
|
|
|
|
.section-title span:before, .section-title span:after{
|
|
|
|
width: 530px;
|
|
|
|
}
|
|
|
|
}
|
2018-12-13 18:19:33 +02:00
|
|
|
|
|
|
|
#search-topics {
|
2019-01-03 08:07:39 +02:00
|
|
|
font-size: 1em;
|
2018-12-13 18:19:33 +02:00
|
|
|
padding: 1em;
|
|
|
|
border: .5px solid gray;
|
2019-01-03 08:07:39 +02:00
|
|
|
height: 30px;
|
|
|
|
position: relative;
|
|
|
|
top: -3px;
|
|
|
|
left: 1px;
|
|
|
|
font-size: .7em;
|
2018-12-13 18:19:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.label {
|
2019-01-03 08:07:39 +02:00
|
|
|
font-size: 1.3em;
|
2018-12-13 18:19:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.topic-item {
|
|
|
|
h3 {
|
2019-01-03 08:07:39 +02:00
|
|
|
&:hover{
|
|
|
|
color: gray;
|
|
|
|
}
|
2018-12-13 18:19:33 +02:00
|
|
|
text-align: left;
|
|
|
|
padding: 1em;
|
2019-01-03 08:07:39 +02:00
|
|
|
//font-size: 30px;
|
2018-12-13 18:19:33 +02:00
|
|
|
}
|
|
|
|
border-left: 2px solid black;
|
|
|
|
border-bottom: 6px solid black;
|
|
|
|
margin-bottom: 2em;
|
|
|
|
}
|
|
|
|
|