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

Sponsors #171

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ export default {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: center;
color: #2c3e50;
color: #5d8397;
font-size: 1vw;
overflow: hidden;
z-index: 1;
min-height: 100%;
display: flex;
background-color: #fcfcfc;
background-color: #121212;
}

@media only screen and (max-width: 1280) {
Expand Down
1 change: 1 addition & 0 deletions src/assets/google-cloud.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/assets/labs-logo-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/assets/main-logo-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/playctf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/saptang.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 12 additions & 12 deletions src/assets/scss/adminConfigure.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ $screenRatio: 1;
}

.block:focus {
border: 0.125rem solid $theme-color-dark-orange;
border: 0.125rem solid #e44f26;
box-sizing: border-box;
}
}
Expand All @@ -90,10 +90,10 @@ label {
width: 115px;
padding: 0.4375rem;
height: 2rem;
background: $theme-color-white;
border: 1.0.3125rem solid $theme-color-grey39;
background: #121212;
border: 1.0.3125rem solid #a5a5a5;
box-sizing: border-box;
box-shadow: 0 0.125rem 0.625rem $theme-color-blue-low-transp;
box-shadow: 0 0.125rem 0.625rem rgba(37, 85, 124, 0.2);
border-radius: 0.125rem;
}

Expand All @@ -110,9 +110,9 @@ label {
}

.submitButton {
background-color: $theme-color-dark-orange;
background-color: #e44f26;
border-radius: 0.125rem;
color: $theme-color-white;
color: #121212;
font-family: $primary-font-family;

font-weight: bold;
Expand All @@ -134,7 +134,7 @@ label {
.title {
height: 48px;
border-radius: 0.125rem;
border: 0.0625rem solid $theme-color-grey-high-transp;
border: 0.0625rem solid rgba(118, 118, 118, 0.799);
padding-left: 1rem;
margin-bottom: 0.625rem;
}
Expand All @@ -148,15 +148,15 @@ label {
}

.title:focus {
border: 2px solid $theme-color-violet;
box-shadow: 0 0.125rem 0.625rem $theme-color-blue-low-transp;
border: 2px solid #9744be;
box-shadow: 0 0.125rem 0.625rem rgba(37, 85, 124, 0.2);
}

textarea {
height: 96px;
box-sizing: border-box;
border-radius: 0.125rem;
border: 0.0625rem solid $theme-color-grey-high-transp;
border: 0.0625rem solid rgba(118, 118, 118, 0.799);
padding-left: 1rem;
padding-top: 0.9375rem;
margin-bottom: 0.625rem;
Expand All @@ -171,8 +171,8 @@ textarea::placeholder {
}

textarea:focus {
border: 1.0.3125rem solid $theme-color-violet;
box-shadow: 0 0.125rem 0.625rem $theme-color-blue-low-transp;
border: 1.0.3125rem solid #9744be;
box-shadow: 0 0.125rem 0.625rem rgba(37, 85, 124, 0.2);
}

.notifTabs {
Expand Down
Loading