Skip to content

Commit

Permalink
prestige working but unbalanced
Browse files Browse the repository at this point in the history
  • Loading branch information
teamdoug committed Feb 26, 2021
1 parent 730d0c4 commit 66f8a08
Show file tree
Hide file tree
Showing 2 changed files with 715 additions and 256 deletions.
33 changes: 32 additions & 1 deletion src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,45 @@ body {
height: 25px;
margin: 20px 0px;
font-size: larger;
display: flex;
justify-content: space-between;
width: 100%
}

.header .button {
margin-right: 5px
}

.header .button.selected {
background-color: #222;
}

.headerTabs .button {
background-color: #333;
}

.header .button:not(.disabled):not(.selected):hover {
background-color: #888;
}

.headerButtons {
text-align: right;
}

.headerValue {
font-size: x-large;
font-weight: bold
}


.headerElement {
margin-right: 15px;
margin-bottom: 5px;
}

.panelHeader {
margin-bottom: 5px;
font-size: large;
}

#flex {
Expand Down Expand Up @@ -101,6 +131,7 @@ body {
}

.button.disabled {
color: #bbb;
background-color: #666
}

Expand Down Expand Up @@ -150,7 +181,7 @@ body {
}

.tab {
padding: 0px 2px 3px 2px;
padding: 0px 3px 3px 3px;
border: 1px #ddd solid;
display: inline-block;
border-bottom: none;
Expand Down
Loading

0 comments on commit 66f8a08

Please sign in to comment.