frontend/src/stylesheets/items-list.scss

42 lines
605 B
SCSS
Raw Normal View History

@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;
}
}
#search-topics {
2019-01-03 08:07:39 +02:00
font-size: 1em;
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;
}
.label {
2019-01-03 08:07:39 +02:00
font-size: 1.3em;
}
.topic-item {
h3 {
2019-01-03 08:07:39 +02:00
&:hover{
color: gray;
}
text-align: left;
padding: 1em;
2019-01-03 08:07:39 +02:00
//font-size: 30px;
}
border-left: 2px solid black;
border-bottom: 6px solid black;
margin-bottom: 2em;
}