1
1
Fork 0
This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
blueheartforever-web/styles/style_buttons.css

50 lines
1.1 KiB
CSS

@font-face { font-family: 'Share Tech'; src: url(../fonts/Share-Tech/ShareTech-Regular.ttf) format('woff2'); }
@font-face { font-family: 'Share Tech Mono'; src: url(../fonts/Share-Tech/ShareTechMono-Regular.ttf) format('woff2'); }
/* Buttons */
button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: #c3c3c3;
box-shadow: inset -1px -1px black;
min-height: 30px;
min-width: 30px;
}
input {
-webkit-appearance: none;
appearance: none;
background: #c3c3c3;
box-shadow: inset -1px -1px black;
min-height: 30px;
font-family: 'Share Tech Mono', sans-serif;
font-size: 13pt;
font-weight: 600;
}
input:active {
background: #b5b5b5;
box-shadow: inset 0em 0em;
}
input.start {
min-height: 30px;
min-width: 130px;
max-width: 230px;
padding-left: 25px;
}
input.memories {
min-width: 130px;
max-width: 200px;
align-self: center;
}
/* I've probably done something horribly wrong because I have to specify a CSS class to make the thing size correctly, though I'm kind of jsut trying to make it work right now.*/