Files
hexagonal-architecture-starter/sportshub-gui/src/styles.scss
2023-12-06 14:09:23 +01:00

26 lines
558 B
SCSS

/* You can add global styles to this file, and also import other style files */
html, body { height: 100%; }
body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; }
.shadowed {
box-shadow: 0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f;
}
.btn {
background-color: #008cff;
color: white;
border: none;
border-radius: .4em;
display: flex;
justify-content: center;
align-items: center;
padding: .5em 1em;
text-decoration: none;
}
.input {
padding: .5em;
border-radius: .4em;
border: 1px solid #d2d2d2
}