Merge branch 'MOHEMM-Q3-DEV-LATEST' into sultan-q3
commit
98ff18d8b9
@ -1,3 +1,44 @@
|
|||||||
#containerDiv{
|
#containerDiv{
|
||||||
margin:15px;
|
margin:15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (min-width: 300px){
|
||||||
|
.CreateBtn{
|
||||||
|
--background: var(--newgreen) !important;
|
||||||
|
background: var(--newgreen) !important;
|
||||||
|
white-space: normal;
|
||||||
|
color: var(--light);
|
||||||
|
text-transform: capitalize;
|
||||||
|
min-height: 1.0cm;
|
||||||
|
--border-radius: 7px !important;
|
||||||
|
border-radius: 7px !important;
|
||||||
|
--min-height: 1.6cm !important;
|
||||||
|
width: 315px;
|
||||||
|
font-family: var(--fontFamilyPoppins-SemiBold, inherit);
|
||||||
|
}}
|
||||||
|
|
||||||
|
@media screen and (min-width: 1px) and (max-width:290px) {
|
||||||
|
.CreateBtn{
|
||||||
|
--background: var(--newgreen) !important;
|
||||||
|
background: var(--newgreen) !important;
|
||||||
|
white-space: normal;
|
||||||
|
color: var(--light);
|
||||||
|
text-transform: capitalize;
|
||||||
|
min-height: 1.0cm;
|
||||||
|
--border-radius: 7px !important;
|
||||||
|
border-radius: 7px !important;
|
||||||
|
--min-height: 1.6cm !important;
|
||||||
|
width: 257px;
|
||||||
|
font-family: var(--fontFamilyPoppins-SemiBold, inherit);
|
||||||
|
}}
|
||||||
|
|
||||||
|
.footer{
|
||||||
|
padding: 15px 0px;
|
||||||
|
background-color: var(--light) !important;
|
||||||
|
border: 0px !important;
|
||||||
|
box-shadow: none !important;
|
||||||
|
-webkit-box-shadow: none;
|
||||||
|
}
|
||||||
|
.Btn{
|
||||||
|
margin: auto; text-align: center; display: block;
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue