Browse Source

policy

master
ganga satish kumar 3 years ago
parent
commit
90b97d7bc3
  1. 34
      src/app/policies/policies.component.scss

34
src/app/policies/policies.component.scss

@ -1,5 +1,24 @@
@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%;
}
.header_section { .header_section {
margin: 0 auto; margin: 0 auto;
padding: 10%; padding: 10%;
@ -8,6 +27,7 @@
height: 80%; height: 80%;
} }
} }
.align-middle { .align-middle {
width: 85%; width: 85%;
margin: 0% auto; margin: 0% auto;
@ -16,15 +36,10 @@
.font-body-xsmall-bold { .font-body-xsmall-bold {
text-transform: none; text-transform: none;
} }
// input[type=text]{
// background-color: #FFFFFFA6;
// }
.customDropDown { .customDropDown {
background-color: #FFFFFFA6; background-color: #FFFFFFA6;
width: 100%; width: 100%;
height: 4rem; height: 4rem;
// border-top-right-radius: 1.3rem;
// border-bottom-right-radius: 1.3rem;
border-radius: 0px 1.2rem 1.2rem 0px; border-radius: 0px 1.2rem 1.2rem 0px;
font-size: 1.2rem; font-size: 1.2rem;
margin: 0; margin: 0;
@ -44,6 +59,7 @@
position: relative; position: relative;
} }
} }
.dropDownClass { .dropDownClass {
background-color: #FFFFFFA6; background-color: #FFFFFFA6;
color: #0B5FA4; color: #0B5FA4;
@ -57,9 +73,11 @@
text-transform: none; text-transform: none;
} }
} }
.seperator { .seperator {
margin-top: 2%; margin-top: 2%;
} }
.imageDropDown { .imageDropDown {
width: 80%; width: 80%;
margin: 0% 7%; margin: 0% 7%;
@ -74,5 +92,3 @@
transition: opacity 1s ease-in-out; transition: opacity 1s ease-in-out;
} }
} }
}
Loading…
Cancel
Save