Created the base design

This commit is contained in:
Myx
2021-12-16 23:58:01 +01:00
parent e78df802f9
commit b5b8270906
51 changed files with 15870 additions and 282 deletions

View File

@@ -0,0 +1,21 @@
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;
}