mirror of
https://github.com/Max-Stevenson/jurassic-park-interface.git
synced 2025-02-09 02:31:39 +00:00
46 lines
718 B
SCSS
46 lines
718 B
SCSS
.control-panel__button-display {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.button-text__engraved {
|
|
text-shadow: 1px 1px 0px #616161, 2px 1px 0px #aeb5b5;
|
|
color: transparent;
|
|
margin: 0;
|
|
text-transform: uppercase;
|
|
text-align: center;
|
|
}
|
|
|
|
.button-text__engraved__light {
|
|
@extend .button-text__engraved;
|
|
text-shadow: 3px 2px 1px #B0B4A9, 1px 1px 0.5px #666C57;
|
|
}
|
|
|
|
.button-text__embossed {
|
|
color: #bfbfbf;
|
|
text-shadow: 1px 1px 1px #565656;
|
|
margin: 0;
|
|
text-transform: uppercase;
|
|
text-align: center;
|
|
}
|
|
|
|
.button__depressed {
|
|
width: fit-content;
|
|
box-shadow: inset 0 0 8px #4C4C4C;
|
|
padding: 5px;
|
|
}
|
|
|
|
.small-button {
|
|
}
|
|
|
|
.large-button {
|
|
}
|
|
|
|
#rewind-button {
|
|
}
|
|
|
|
#stop-button {
|
|
font-size: 11.55px;
|
|
}
|
|
|