Skip to content

Commit

Permalink
update brand colors
Browse files Browse the repository at this point in the history
  • Loading branch information
blackpanther1881 committed Sep 2, 2024
1 parent 7d3aa6e commit 083b930
Show file tree
Hide file tree
Showing 12 changed files with 3,333 additions and 2,526 deletions.
4 changes: 2 additions & 2 deletions src/assets/images/icons.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: 2 additions & 2 deletions src/assets/images/inactive.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/assets/images/xprt.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 20 additions & 20 deletions src/assets/scss/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ body {
}

.button.button-primary {
background: #C73238;
background: #E59636;
font-weight: 600;
font-size: 16px;
color: #FCFCFC;
border-color: #C73238;
border-color: #E59636;
padding: 0.375rem 1.2rem;
border-radius: 6px;
}
Expand All @@ -46,14 +46,14 @@ body {
font-weight: 600;
font-size: 16.5455px;
padding: 0.375rem 1.2rem;
border-color: #C73238;
border-radius: 6px;
border-color: #E59636;
border-radius: 6px
}

.flex-center {
display: flex;
display: -webkit-flex;
align-items: center;
align-items: center ;
justify-content: center;
}

Expand Down Expand Up @@ -162,7 +162,7 @@ body {
}

input[type="radio"]:checked + label:before {
background-color: #e50913;
background-color: #E59636;
}

*,
Expand Down Expand Up @@ -329,12 +329,12 @@ body {
}

.not-matched {
box-shadow: 0 0 0 0.2rem #e509134d !important;
box-shadow: 0 0 0 0.2rem #E596364d !important;
}

.button-link {
font-weight: 500;
color: #e50913;
color: #E59636;
cursor: pointer;
text-decoration: underline;
display: inline;
Expand Down Expand Up @@ -376,7 +376,7 @@ body {
font-size: 18px;
line-height: 150%;
text-align: center;
color: #e50913;
color: #E59636;
}

.navbar-nav .nav-link {
Expand Down Expand Up @@ -509,7 +509,7 @@ body {
border: 1px solid #e3e5f4;

&:focus {
border-color: #e50913;
border-color: #E59636;
box-shadow: none;
}
}
Expand Down Expand Up @@ -569,7 +569,7 @@ body {
.validator-item .state.inactive,
.inactive-icon-box {
background: #e51f0c33;
color: #e50913;
color: #E59636;
font-size: 12px;
padding: 0px 7px;
display: inline;
Expand Down Expand Up @@ -651,7 +651,7 @@ body {
}

.fee-box.active {
background: #e50913;
background: #E59636;

p {
color: #ffffff;
Expand Down Expand Up @@ -741,7 +741,7 @@ body {
font-weight: 600;
text-decoration: underline;
margin-bottom: 30px;
color: #e50913;
color: #E59636;
}

.inner-grid-icon {
Expand All @@ -765,7 +765,7 @@ body {
cursor: pointer;
padding: 5px 10px;
background: transparent;
border: 1px solid #C73238;
border: 1px solid #E59636;
border-radius: 6px;
margin-right: 4px;
}
Expand Down Expand Up @@ -836,13 +836,13 @@ body {
}

.delegation-rank.active {
background: #e50913;
background: #E59636;
color: #fff;
}

.delegation-rank.inactive {
color: #e50913;
background: #e509130f;
color: #E59636;
background: #E596360f;
}

.fetching:after {
Expand Down Expand Up @@ -1186,15 +1186,15 @@ ul li em {
height: 1.2rem;
}
&.light {
color: #e50913 !important;
color: #E59636 !important;
}
}

.notice-banner-section{
position: relative;
.notice-banner {
border-radius: 6px;
border-left: 5px red solid;
border-left: 5px #E59636 solid;
margin-top: 16px;
padding: 12px 24px;
.content {
Expand All @@ -1219,7 +1219,7 @@ ul li em {
.link{
font-size: 12px;
font-weight: 400;
border: 1px solid red;
border: 1px solid #E59636;
border-radius: 6px;
padding: 4px 16px;
&:hover{
Expand Down
Loading

0 comments on commit 083b930

Please sign in to comment.