Skip to content

Commit

Permalink
Merge branch 'feature/select-icon' of https://github.com/bridgedxyz/a…
Browse files Browse the repository at this point in the history
…ssistant into feature/select-icon
  • Loading branch information
softmarshmallow committed Jan 31, 2021
2 parents 078d497 + 12feff8 commit 76650bb
Showing 1 changed file with 16 additions and 11 deletions.
27 changes: 16 additions & 11 deletions app/lib/app.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#create {
box-shadow: none;
background: #18a0fb;
color: white;
box-shadow: none;
background: #18a0fb;
color: white;
}

#create:focus {
box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.3);
box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.3);
}

h1,
Expand All @@ -16,24 +16,29 @@ h5,
h6,
sub,
p {
font-family: "Roboto";
font-family: "Roboto";
}


.jss3 {
background-color: #000 !important;
}


/* for selected tab under line color */

.PrivateTabIndicator-colorSecondary-3 {
background-color: #000 !important;
background-color: #000 !important;
}


/* for tabs font color switch select */

.MuiTab-textColorInherit.Mui-selected {
opacity: 1 !important;
font-weight: bold !important;
opacity: 1 !important;
font-weight: bold !important;
}

.MuiTab-textColorInherit {
opacity: 0.4 !important;
font-weight: initial !important;
opacity: 0.4 !important;
font-weight: initial !important;
}

0 comments on commit 76650bb

Please sign in to comment.