17 lines
278 B
CSS
17 lines
278 B
CSS
#accordion > .card .list-group {
|
|
height: calc(100vh - 8.53rem);
|
|
overflow: auto;
|
|
}
|
|
|
|
#email-preview {
|
|
background-color: #fff;
|
|
color: #000
|
|
}
|
|
|
|
.editor .card.phone {
|
|
width: 35%;
|
|
border-width: 5px;
|
|
border-color: rgb(52, 59, 67);
|
|
border-radius: 15px;
|
|
}
|