Skip to content

Commit

Permalink
Clean up css
Browse files Browse the repository at this point in the history
  • Loading branch information
xdzurman committed Oct 14, 2019
1 parent a9ea333 commit 3a68f06
Showing 1 changed file with 3 additions and 50 deletions.
53 changes: 3 additions & 50 deletions app/public/css/styles.css
Expand Up @@ -217,51 +217,6 @@ p {
text-decoration: none;
}

.radio-bar {
margin: 0px;
}

.radio-bar input[type="radio"] {
opacity: 0;
position: fixed;
width: 0;
padding: 0px 24px 0px 0px;
}

.radio-bar input[type="radio"]:checked + label {
background-color: var(--color-brand);
color: white;
}

.radio-bar input[type="radio"]:disabled + label {
border: 1px solid rgb(230, 230, 230);
}

.radio-bar label {
display: inline-block;
padding: 8px 16px;
border: 1px solid rgb(231, 32, 118);
border-radius: 4px;
margin-right: 24px;
}

.radio-bar label:hover {
background-color: var(--color-brand-light);
color: white;
cursor: pointer;
}

.total-row {
font-weight: bold;
border-top: 1px solid var(--color-border);
padding: 32px 0px 32px 0px;
display: grid;
grid-template-columns: 80px 80px 80px;
grid-row-gap: 20px;
grid-column-gap: 100px;
align-items: center;
}

.button:hover {
cursor: pointer;
text-decoration: none;
Expand Down Expand Up @@ -2529,7 +2484,7 @@ button[data-balloon] {

.send-total {
border-top: 1px solid var(--color-border);
padding: 32px 0px 32px 0px;
padding: 32px 0;
display: grid;
grid-template-columns: 80px auto;
grid-column-gap: 96px;
Expand Down Expand Up @@ -3077,8 +3032,7 @@ button[data-balloon] {
background-color: transparent;
position: static;
margin-bottom: 0;
padding-left: 16px;
padding-right: 16px;
padding: 0 16px;
}

.banner-text {
Expand Down Expand Up @@ -4053,8 +4007,7 @@ button[data-balloon] {
/* STAKING PAGE */

.staking-wrapper {
padding-top: 120px;
padding-bottom: 120px;
padding: 120px 0;
}
}

Expand Down

0 comments on commit 3a68f06

Please sign in to comment.