TelegramAktienBot/webservice/Frontend/Aktienbot/src/styles.scss

37 lines
558 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;
}
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;
}