viabiliza/public/style.css

126 lines
2.2 KiB
CSS

@charset "UTF-8";
.header__container {
background-color: #234164;
width: 100%;
margin-bottom: 50px;
display: flex;
justify-content: center;
padding: 1rem 12px;
}
.header-content {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
padding-left: 10px;
padding-right: 10px;
}
.header-title__container > h1 {
color: white;
margin: 0px !important;
font-size: 30px;
}
.container {
padding-bottom: 50px;
margin-bottom: 20px;
}
.p-4 {
padding: 0px !important;
}
.card-buttons__container {
display: flex;
}
button {
background-color: #31a3b5 !important;
border: none !important;
}
button:hover {
background-color: #298897 !important;
}
#card__button-download {
background-color: transparent !important;
border: 1px solid #31a3b5 !important;
color: #31a3b5 !important;
margin-left: 10px;
}
.progress-bar {
background-color: #31a3b5 !important;
}
.card {
margin-top: 40px;
}
@media screen and (max-width: 768px) {
.header__container {
padding-left: 20px;
padding-right: 20px;
}
.header-content {
margin-left: 0px;
margin-right: 0px;
}
.header-title__container > h1{
font-size: 16px;
}
.header-logo__container > img {
width: 80px;
}
.description__container {
padding-right: 20px;
padding-left: 20px;
}
.description-title {
margin-bottom: 30px;
}
.description-title, .description-content {
text-align: center;
}
.card-body > h5, .card-body > p {
text-align: center;
margin-bottom: 30px;
}
.card-buttons__container {
flex-direction: column-reverse;
justify-content: center;
align-items: center;
}
.button-mobile {
min-width: 150px;
}
#card__button-download {
margin-left: 0px;
margin-bottom: 10px;
}
#btnConsultaCep {
margin-top: 10px;
}
}
@media screen and (min-width: 1200px) {
.header-content {
max-width: 1320px;
}
}