Skip to content

Commit

Permalink
refactor(hero-roll-panel): scssify file
Browse files Browse the repository at this point in the history
  • Loading branch information
phBalance committed Dec 14, 2024
1 parent d1b7981 commit 0d60cf7
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions scss/components/hero-roll-panel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ section.hero-roll-panel {
flex: 0;
border: 1px;
padding: 0 5px;
}

section.hero-roll-panel button {
display: flex;
flex-direction: row;
background: rgb(70 130 180);
border: 1px solid #000;
box-shadow: 0 0 6px inset rgb(141 158 167);
align-items: center;
justify-content: center;
color: rgb(255 255 255);
button {
display: flex;
flex-direction: row;
background: rgb(70 130 180);
border: 1px solid #000;
box-shadow: 0 0 6px inset rgb(141 158 167);
align-items: center;
justify-content: center;
color: rgb(255 255 255);
}
}

0 comments on commit 0d60cf7

Please sign in to comment.