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.
29 lines
533 B
Plaintext
29 lines
533 B
Plaintext
.containerR {
|
|
padding: 8px 6px;
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
.containerOne {
|
|
height: 30%;
|
|
display: flex;
|
|
margin-bottom: 10px;
|
|
gap: 10px;
|
|
|
|
.containerOneLeft{
|
|
background-color: white;
|
|
width:58%;
|
|
// margin-right: 12px;
|
|
}
|
|
.containerOneRight{
|
|
background-color: white;
|
|
width:42%;
|
|
}
|
|
}
|
|
|
|
|
|
.containerTwo{
|
|
flex: 1;
|
|
background-color: white;
|
|
}
|
|
} |