TelegramAktienBot/frontend/src/styles.scss

39 lines
603 B
SCSS
Raw Normal View History

2022-03-15 12:11:20 +00:00
@import "~@angular/material/prebuilt-themes/purple-green.css";
html,
body {
height: 100%;
overflow-x: hidden;
background-color: #181a1b;
2022-03-17 17:03:27 +00:00
color: white;
2022-03-15 12:11:20 +00:00
}
body {
margin: 0;
font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-card-standard {
position: relative;
width: 90%;
margin-left: auto;
margin-right: auto;
}
button {
cursor: pointer;
}
.form-button {
background-color: Transparent;
background-repeat: no-repeat;
border: none;
cursor: pointer;
overflow: hidden;
outline: none;
}
.invisible-button {
background: transparent;
border: none !important;
}