|
|
@ -1,30 +1,49 @@ |
|
|
|
@import '../../styles.scss'; |
|
|
|
#notices{ |
|
|
|
.page-container { |
|
|
|
height: 100%; |
|
|
|
display: flex; |
|
|
|
flex-direction: column; |
|
|
|
background-color: #b4e8fd; |
|
|
|
} |
|
|
|
.font-body-xsmall-bold { |
|
|
|
font-size: 0.812rem; |
|
|
|
line-height: 1.125rem; |
|
|
|
letter-spacing: 1px; |
|
|
|
font-family: "Raleway VariableFont"; |
|
|
|
text-transform: uppercase; |
|
|
|
} |
|
|
|
.flex-row { |
|
|
|
flex-direction: row; |
|
|
|
display: flex; |
|
|
|
width: 100%; |
|
|
|
} |
|
|
|
button { |
|
|
|
border-radius: 10px; |
|
|
|
font-size: 0.938rem; |
|
|
|
width: 98%; |
|
|
|
background: #0b5fa4 0 0 no-repeat padding-box !important; |
|
|
|
margin: 2%; |
|
|
|
} |
|
|
|
.header_section { |
|
|
|
margin: 0 auto; |
|
|
|
padding: 10%; |
|
|
|
.logo{ |
|
|
|
} |
|
|
|
.header_section .logo { |
|
|
|
width: 80%; |
|
|
|
height: 80%; |
|
|
|
} |
|
|
|
} |
|
|
|
.align-middle { |
|
|
|
width: 85%; |
|
|
|
margin: 0% auto; |
|
|
|
text-align: center; |
|
|
|
color: $clr-sappire; |
|
|
|
.font-body-xsmall-bold{ |
|
|
|
color: #0b5fa4; |
|
|
|
} |
|
|
|
.align-middle .font-body-xsmall-bold { |
|
|
|
text-transform: none; |
|
|
|
} |
|
|
|
// input[type=text]{ |
|
|
|
// background-color: #FFFFFFA6; |
|
|
|
// } |
|
|
|
.customDropDown{ |
|
|
|
background-color: #FFFFFFA6; |
|
|
|
.align-middle .customDropDown { |
|
|
|
background-color: #fff; |
|
|
|
width: 100%; |
|
|
|
height: 4rem; |
|
|
|
// border-top-right-radius: 1.3rem; |
|
|
|
// border-bottom-right-radius: 1.3rem; |
|
|
|
border-radius: 0px 1.2rem 1.2rem 0px; |
|
|
|
font-size: 1.2rem; |
|
|
|
margin: 0; |
|
|
@ -32,38 +51,38 @@ |
|
|
|
padding: 5% 2%; |
|
|
|
word-wrap: break-word; |
|
|
|
word-break: keep-all; |
|
|
|
color: #0B5FA4; |
|
|
|
color: #0b5fa4; |
|
|
|
font-weight: bold; |
|
|
|
} |
|
|
|
.medium-font{ |
|
|
|
.align-middle .medium-font { |
|
|
|
font-size: 1rem !important; |
|
|
|
} |
|
|
|
.down-arrow{ |
|
|
|
.align-middle .down-arrow { |
|
|
|
padding: 5% 0%; |
|
|
|
left: -8%; |
|
|
|
position: relative; |
|
|
|
} |
|
|
|
} |
|
|
|
.dropDownClass { |
|
|
|
background-color: #FFFFFFA6; |
|
|
|
color: #0B5FA4; |
|
|
|
background-color: #fff; |
|
|
|
color: #0b5fa4; |
|
|
|
padding: 5%; |
|
|
|
li{ |
|
|
|
} |
|
|
|
.dropDownClass li { |
|
|
|
padding-bottom: 2%; |
|
|
|
list-style-type: disc; |
|
|
|
padding-left: 3%; |
|
|
|
} |
|
|
|
.font-body-xsmall{ |
|
|
|
.dropDownClass .font-body-xsmall { |
|
|
|
text-transform: none; |
|
|
|
} |
|
|
|
} |
|
|
|
.seperator { |
|
|
|
margin-top: 2%; |
|
|
|
} |
|
|
|
.imageDropDown { |
|
|
|
width: 80%; |
|
|
|
margin: 0% 7%; |
|
|
|
.transition-image{ |
|
|
|
} |
|
|
|
.imageDropDown .transition-image { |
|
|
|
width: 100%; |
|
|
|
height: 100%; |
|
|
|
background: red; |
|
|
@ -73,5 +92,45 @@ |
|
|
|
-o-transition: opacity 1s ease-in-out; |
|
|
|
transition: opacity 1s ease-in-out; |
|
|
|
} |
|
|
|
.title { |
|
|
|
text-align: center; |
|
|
|
margin:2%; |
|
|
|
font-size: 1rem; |
|
|
|
} |
|
|
|
.dropdown { |
|
|
|
width: 94%; |
|
|
|
position: absolute; |
|
|
|
z-index: 200; |
|
|
|
background-color: #fff; |
|
|
|
align-items: flex-start; |
|
|
|
justify-content: flex-start; |
|
|
|
margin-left: 2%; |
|
|
|
border: 1px solid; |
|
|
|
} |
|
|
|
.dropdownParent { |
|
|
|
position: absolute; |
|
|
|
width: 60%; |
|
|
|
} |
|
|
|
.dropdown ul { |
|
|
|
border: 1px solid #d7d7d7; |
|
|
|
} |
|
|
|
.dropdown li { |
|
|
|
padding: 2% 2% 2% 3%; |
|
|
|
} |
|
|
|
.dropdown li a { |
|
|
|
width: 100%; |
|
|
|
display: block; |
|
|
|
padding: 2% 2% 2% 3%; |
|
|
|
height: 40px; |
|
|
|
color: #000; |
|
|
|
} |
|
|
|
.dropdown ul > li a:hover, .dropdown ul > li a:active, .dropdown ul > li a:visited { |
|
|
|
background-color: #e0e0e0; |
|
|
|
color: #444; |
|
|
|
} |
|
|
|
.dropdown ul > li:last-child { |
|
|
|
padding-bottom: 2%; |
|
|
|
} |
|
|
|
.dropdown .dropdownItem { |
|
|
|
width: 100%; |
|
|
|
} |