mirror of
https://github.com/karma-riuk/crab-webapp.git
synced 2025-07-05 06:08:13 +02:00
added the possibility of having more that one
messsage shown in the modal
This commit is contained in:
@ -35,13 +35,20 @@ button {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.info-btn {
|
||||
header .info-btn {
|
||||
background: none;
|
||||
border: none;
|
||||
font-size: 1rem;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
fieldset .info-btn {
|
||||
aspect-ratio: 1;
|
||||
padding: .35em .7em;
|
||||
border-radius: 100%;
|
||||
border-width: 1px;
|
||||
}
|
||||
|
||||
header #page-title {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@ -181,3 +188,7 @@ table tbody td:nth-child(1) {
|
||||
font-size: 1.5rem;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.modal-container h2 {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user