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

style(rsg-core/css): adjustments to notif color's / using chinese roc… #22

Open
wants to merge 1 commit into
base: development
Choose a base branch
from
Open
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
22 changes: 14 additions & 8 deletions server-data/resources/[framework]/rsg-core/html/css/style.css
Original file line number Diff line number Diff line change
@@ -1,21 +1,27 @@
@import url("https://fonts.cdnfonts.com/css/chinese-rocks");

html::-webkit-scrollbar {
display: none;
}

html {
font-family: "Chinese Rocks Rg", sans-serif !important;
}

@media (width: 3840px) and (height: 2160px) {
.success {
background-color: rgba(23, 23, 23, 90%);
border-radius: 10px;
box-shadow: 0rem 0rem 0.1rem 0.05rem #000000;
border-left: 0.5rem solid #20bb44;
border-left: 0.5rem solid #005915;
font-size: 1.5vh;
}

.primary {
background-color: rgba(23, 23, 23, 90%);
border-radius: 10px;
box-shadow: 0rem 0rem 0.1rem 0.05rem #000000;
border-left: 5px solid #1c75d2;
border-left: 5px solid #014894;
font-size: 1.5vh;
}

Expand All @@ -31,7 +37,7 @@ html::-webkit-scrollbar {
background-color: rgba(23, 23, 23, 90%);
border-radius: 10px;
box-shadow: 0rem 0rem 0.1rem 0.05rem #000000;
border-left: 5px solid #2197f2;
border-left: 5px solid #0260a8;
font-size: 1.5vh;
}

Expand All @@ -47,7 +53,7 @@ html::-webkit-scrollbar {
background-color: rgba(23, 23, 23, 90%);
border-radius: 10px;
box-shadow: 0rem 0rem 0.1rem 0.05rem #000000;
border-left: 5px solid #9400D3;
border-left: 5px solid #b57600;
font-size: 1.5vh;
}

Expand All @@ -57,14 +63,14 @@ html::-webkit-scrollbar {
background-color: rgba(23, 23, 23, 90%);
border-radius: 10px;
box-shadow: 0rem 0rem 0.1rem 0.05rem #000000;
border-left: 0.5rem solid #20bb44;
border-left: 0.5rem solid #005915;
}

.primary {
background-color: rgba(23, 23, 23, 90%);
border-radius: 10px;
box-shadow: 0rem 0rem 0.1rem 0.05rem #000000;
border-left: 5px solid #1c75d2;
border-left: 5px solid #014894;
}

.error {
Expand All @@ -78,7 +84,7 @@ html::-webkit-scrollbar {
background-color: rgba(23, 23, 23, 90%);
border-radius: 10px;
box-shadow: 0rem 0rem 0.1rem 0.05rem #000000;
border-left: 5px solid #2197f2;
border-left: 5px solid #0260a8;
}

.medic {
Expand All @@ -92,5 +98,5 @@ html::-webkit-scrollbar {
background-color: rgba(23, 23, 23, 90%);
border-radius: 10px;
box-shadow: 0rem 0rem 0.1rem 0.05rem #000000;
border-left: 5px solid #9400D3;
border-left: 5px solid #b57600;
}