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.
28 lines
540 B
SCSS
28 lines
540 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);
|
|
color: black !important;
|
|
font-size: 16px !important;
|
|
font-weight: bold !important;
|
|
margin: auto;
|
|
}
|
|
|
|
.labelRadio{
|
|
color: black !important;
|
|
font-weight: bold !important;
|
|
}
|
|
|