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.
33 lines
841 B
SCSS
33 lines
841 B
SCSS
|
|
|
|
.sendCodeBtn{
|
|
--background: #269DB8;
|
|
color: white;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
display: inline-block;
|
|
font-size: 12px;
|
|
margin-left: 23px !important;
|
|
margin-top: 15px !important;
|
|
margin-bottom: 20px !important;
|
|
/* border-radius: 4px; */
|
|
height: 26px;
|
|
/* padding: 6px 24px; */
|
|
font-size: 15px;
|
|
width: 322px;
|
|
}
|
|
|
|
.empty-en{
|
|
color: black;
|
|
text-align: center;
|
|
font-size: 15px;
|
|
font-family: WorkSans-Bold;
|
|
margin: 50px 0px 0px 100px;
|
|
}
|
|
.empty-ar{
|
|
color: black;
|
|
text-align: center;
|
|
font-size: 15px;
|
|
font-family: WorkSans-Bold;
|
|
margin: 50px 100px 0px 0px;
|
|
} |