Skip to content
Snippets Groups Projects
Commit 0b465daa authored by Anton's avatar Anton
Browse files

improve styling of the modal

parent f5ded185
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -272,6 +272,13 @@ select {
color: #a4a4a4;
}
.right-content {
margin-left: 20px;
}
/* The Modal */
.modal {
display: none; /* Hidden by default */
......@@ -287,20 +294,18 @@ select {
background-color: rgba(0, 0, 0, 0.4);
}
.right-content {
margin-left: 20px;
.modal-text {
margin: 40px 40px;
}
.modal-content {
background-color: #fefefe;
border-radius: 10px;
width: 350px;
text-align: center;
color: rgb(38, 36, 36);
}
.modal-content p {
margin-bottom: 40px;
display: inline-block;
width: 100%;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment