Files
Go-To-bed/src/app/home/home.page.scss
2021-12-16 23:58:01 +01:00

21 lines
470 B
SCSS

ion-icon {font-size: 64px;}
ion-card-content {
display: flex;
align-items: center;
justify-content: center;
padding-bottom: 37px;
}
ion-card-content, ion-card-header {
background-color: #1b1b38;
cursor: pointer;
}
.noselect {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent;
}