RED-6713 lint fix

This commit is contained in:
Dan Percic 2023-05-25 20:59:09 +03:00
parent 3590385c9c
commit 0b9db19708

View File

@ -1,61 +1,61 @@
.d-flex {
display: flex;
display: flex;
}
.flex-column {
@extend .d-flex;
flex-direction: column;
@extend .d-flex;
flex-direction: column;
}
.tenant-section {
align-items: center;
width: 100vw;
height: 100vh;
align-items: center;
width: 100vw;
height: 100vh;
margin-top: 32px;
margin-top: 32px;
}
.actions {
align-items: center;
justify-content: flex-end;
align-items: center;
justify-content: flex-end;
}
.stored-tenant-card {
width: 450px;
height: 90px;
width: 450px;
height: 90px;
}
.card {
align-items: center;
border-radius: 10px;
align-items: center;
border-radius: 10px;
}
.card-icon {
margin-right: 20px;
margin-left: 20px;
margin-right: 20px;
margin-left: 20px;
}
.upside-down {
transform: rotate(180deg);
transform: rotate(180deg);
}
.card-content {
flex-grow: 1;
flex-grow: 1;
}
.pb-30 {
padding-bottom: 30px;
padding-bottom: 30px;
}
.input-card {
width: 600px;
height: 65px;
width: 600px;
height: 65px;
}
.ml-20 {
margin-left: 20px;
margin-left: 20px;
}
.subheading {
font-size: 17px;
font-size: 17px;
}