Opal-Estate-Pro/assets/scss/opalestate/_archive.scss

92 lines
1.5 KiB
SCSS
Raw Normal View History

2019-09-10 06:27:33 +02:00
//
.archive{
.opalestate-head{
margin-bottom: 80px;
}
}
.opalestate-head {
position: relative;
background-color:$secondary;
display: flex;
align-items: center;
min-height: 640px;
.opalestate-heading {
color:$white;
text-align:center;
p{
margin-bottom: 50px;
}
a{
color: $white;
&:hover{
color: $link-hover-color;
}
}
}
.opalestate-head-title{
color: $white;
margin-bottom: 19px;
}
.search-agent-title{
display: none;
}
.opalestate-head-form{
padding: 0 $grid-gutter-width;
margin-bottom: 21px;
}
}
.opalestate-single-agent{
min-height: 500px;
align-items: flex-end;
.opalestate-heading{
text-align: left;
& > span{
margin-bottom: 13px;
display: inline-block;
}
}
.opalestate-head-title{
margin-bottom: 29px;
}
}
.opalesate-archive-top{
margin-bottom: $grid-gutter-width*2;
padding: 12px 0;
border-style: solid;
border-width: 1px 0 1px;
border-color: $border-color;
position: relative;
.opalestate-results{
line-height: 45px;
}
.opalestate-sortable{
display: inline-block;
2019-09-13 08:49:31 +02:00
min-width: 180px;
text-align: left;
2019-09-10 06:27:33 +02:00
.form-control,.select2-selection--single{
padding-top: 8px;
}
}
}
2019-09-13 10:37:19 +02:00
2019-09-10 06:27:33 +02:00
.opalesate-archive-bottom {
position: relative;
}
.display-mode{
display: inline-block;
.btn:not(:disabled):not(.disabled){
padding: 0;
background-color: transparent;
color: $body-color;
margin-left: 10px;
font-size: 18px;
&.active,&:hover{
background-color: transparent;
2019-09-13 08:49:31 +02:00
color: $primary;
2019-09-10 06:27:33 +02:00
}
}
}