Skip to content

Commit

Permalink
🚀 deploy at 2022-08-18 17:46
Browse files Browse the repository at this point in the history
  • Loading branch information
joo-na committed Aug 18, 2022
1 parent e0aee0e commit 3776d9f
Show file tree
Hide file tree
Showing 7 changed files with 63 additions and 7 deletions.
52 changes: 52 additions & 0 deletions dist/css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -325,3 +325,55 @@ a[href^='/problem'].problem-link-style-box.result-wa:hover {
border-color: #dd4124;
color: #dd4124;
}

/* Alert Message */
.boj-ext-alert {
position: fixed;
display: block;
right: 2em;
bottom: 2em;
width: 100%;
max-width: 360px;
z-index: 999;
padding: 1em;
}

.boj-ext-alert.alert-default {
border: 1px solid #383838;
background: #303030;
box-shadow: 0 0 1em rgb(0 0 0 / 20%);
}

.boj-ext-alert > .title {
color: #d3d3d3;
margin: 0;
padding: 0;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
width: calc(100% - 20px);
float: left;
}

.boj-ext-alert > .title > a[href] {
color: #43a0db;
}

.boj-ext-alert > .close {
float: right;
width: 10px;
display: flex;
justify-content: center;
align-items: center;
vertical-align: middle;
height: 20px;
cursor: pointer;
opacity: 0.5;
color: white;
}

.boj-ext-alert > .close:hover {
opacity: 0.75;
color: white;
cursor: pointer;
}
2 changes: 1 addition & 1 deletion dist/js/constants.js

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

2 changes: 1 addition & 1 deletion dist/js/features/global.js

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

2 changes: 1 addition & 1 deletion dist/js/features/status/all.js

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

Loading

0 comments on commit 3776d9f

Please sign in to comment.