You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1018 B
SCSS
40 lines
1018 B
SCSS
@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;
|
|
} |