Skip to content

Commit

Permalink
Deploying to gh-pages from @ 16fddd0 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
embbnux committed Nov 29, 2024
1 parent 2e567b2 commit b47eaf2
Show file tree
Hide file tree
Showing 3 changed files with 230 additions and 283 deletions.
78 changes: 3 additions & 75 deletions app.css
Original file line number Diff line number Diff line change
Expand Up @@ -5568,81 +5568,6 @@ input {
color: var(--night);
padding: 14px 20px 0 20px;
}
.Message_alertHolder {
position: relative;
box-sizing: border-box !important;
padding: 10px 20px 0px 20px;
width: 100%;
}

.Message_alert {
position: relative;
width: 100%;
box-sizing: border-box;
padding: 10px;
padding-right: 30px;
border-radius: 1px;
border-style: solid;
border-width: 1px;
font-family: Helvetica;
font-weight: 100;
font-size: 0.81em;
line-height: 1.3em;
color: #ffffff;
word-wrap: break-word;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
z-index: 100;
box-sizing: border-box !important;
}
.Message_alert a {
text-decoration: none;
color: #066fac;
}
.Message_alert a:hover {
text-decoration: none;
}
.Message_alert a.Message_dismiss {
color: inherit;
}

.Message_dismiss {
position: absolute;
top: 10px;
right: 10px;
font-size: 0.6em;
cursor: pointer;
}

.Message_success {
background-color: #90ce91;
border-color: #90ce91;
}

.Message_info {
background-color: var(--darkgray);
border-color: var(--darkgray);
}

.Message_warning {
background-color: #efc477;
border-color: #efc477;
}

.Message_danger {
background-color: #f19d9d;
border-color: #f19d9d;
}
.AlertDisplay_root {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 0;
z-index: 100;
}
.MessageSenderAlert_link {
cursor: pointer;
}
.NoMessage_noMessages {
color: #797979;
font-size: 14px;
Expand Down Expand Up @@ -6962,6 +6887,9 @@ input {
.CallAlert_link {
cursor: pointer;
}
.MessageSenderAlert_link {
cursor: pointer;
}
.RegionSettingsAlert_link {
cursor: pointer;
}
433 changes: 226 additions & 207 deletions app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app.js.map

Large diffs are not rendered by default.

0 comments on commit b47eaf2

Please sign in to comment.