54 lines
841 B
SCSS
54 lines
841 B
SCSS
|
|
||
|
@import "./section/search-section";
|
||
|
@import "./section/_subjects-section";
|
||
|
@import "./section/_commissions-section";
|
||
|
@import "./section/_rules-section";
|
||
|
@import "./section/_legislative-sessions-section";
|
||
|
@import "./section/_footer-section";
|
||
|
|
||
|
.f-6 {
|
||
|
font-size: 6em;
|
||
|
}
|
||
|
.f-5 {
|
||
|
font-size: 5em;
|
||
|
}
|
||
|
.f-4 {
|
||
|
font-size: 4em;
|
||
|
}
|
||
|
.f-3 {
|
||
|
font-size: 3em;
|
||
|
}
|
||
|
.f-2 {
|
||
|
font-size: 2em;
|
||
|
}
|
||
|
.f-1 {
|
||
|
font-size: 1em;
|
||
|
}
|
||
|
.hr-x::after {
|
||
|
content: "";
|
||
|
margin-top: 2em;
|
||
|
margin-bottom: 3em;
|
||
|
border: 1px solid #f1f1f1;
|
||
|
width: 95%;
|
||
|
}
|
||
|
|
||
|
.btn-majles {
|
||
|
background-color: #00baba;
|
||
|
color: #fff;
|
||
|
padding: 7px;
|
||
|
border-radius: 6px;
|
||
|
border: 1px solid #017e76;
|
||
|
margin: 0 auto;
|
||
|
}
|
||
|
.card-body {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
justify-content: center;
|
||
|
margin: 0 auto;
|
||
|
}
|
||
|
|
||
|
.tavasi.search {
|
||
|
font-size: 1.8rem;
|
||
|
padding-top: 0.5em;
|
||
|
}
|