Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Styled and adjusted functionality of the Travel info modals #467

Merged
merged 1 commit into from
Jan 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions assets/css/scss/_modals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,22 @@
.modal-content {
background-color: #fefefe;
margin: 15% auto; /* 15% from the top and centered */
padding: 20px;
border: 1px solid #888;
padding: 10px 20px;
border: 3px solid var(--wp--preset--color--primary);
border-radius: 6px;
width: var(--wp--style--global--content-size); /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
color: #aaa;
float: right;
font-size: 28px;
font-size: 32px;
font-weight: bold;
line-height: 0;
height: auto;
padding-top: 5px;
padding-top: 10px;
margin-right: -8px;

&:hover,
&:focus {
Expand Down
10 changes: 6 additions & 4 deletions assets/css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading