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.
22 lines
401 B
SCSS
22 lines
401 B
SCSS
.rowBtn{
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.Header{
|
|
color: black !important;
|
|
font-size: 16px !important;
|
|
font-weight: bold !important;;
|
|
margin: 0;
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 50%;
|
|
transform: translate(-58px, 2px);
|
|
}
|
|
|
|
.labelRadio{
|
|
color: black !important;
|
|
font-weight: bold !important;
|
|
} |