10 lines
144 B
CSS
Executable File
10 lines
144 B
CSS
Executable File
.modal-header {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
margin: 16px 0;
|
|
}
|
|
.modal-header h1 {
|
|
margin: 0;
|
|
}
|