mirror of
https://github.com/karma-riuk/crab-webapp.git
synced 2025-07-05 06:08:13 +02:00
made modal style better
This commit is contained in:
@ -169,8 +169,8 @@ table tbody td:nth-child(1) {
|
|||||||
background: #fff;
|
background: #fff;
|
||||||
padding: 1.5rem;
|
padding: 1.5rem;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
max-width: 400px;
|
max-width: 75vw;
|
||||||
width: 90%;
|
min-width: 30vw;
|
||||||
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
|
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
@ -178,8 +178,8 @@ table tbody td:nth-child(1) {
|
|||||||
/* Close button in corner */
|
/* Close button in corner */
|
||||||
.modal-close {
|
.modal-close {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0.5rem;
|
top: 0;
|
||||||
right: 0.5rem;
|
right: 0;
|
||||||
background: none;
|
background: none;
|
||||||
border: none;
|
border: none;
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
|
Reference in New Issue
Block a user