opt-cc/static/src/app/pub/decoration-overview/decoration-overview.compone...

55 lines
802 B
CSS

:host {
display: flow-root;
height: 100%;
width: 100%;
margin-top: -23px;
padding-top: 23px;
padding-bottom: 23px;
background-image: url('../../../assets/bg.jpg');
background-size: cover;
background-attachment: fixed;
background-position: top;
background-repeat: no-repeat;
}
h1 {
margin-bottom: 30px;
}
h3 {
font-weight: bolder;
}
h1, h3 {
text-align: center;
}
.decoration-overview-container {
max-width: 1782px;
min-width: 927px;
position: relative;
margin: auto auto 25px;
}
.fraction-global {
display: inline-block;
}
.fraction-global > h3 {
color: #222222;
}
.fraction-left {
float: left;
width: 50%;
padding-right: 81px;
margin-bottom: 70px;
}
.fraction-right {
float: right;
width: 50%;
padding-left: 81px;
margin-bottom: 70px;
}