Created the base design
This commit is contained in:
21
src/app/home/home.page.scss
Normal file
21
src/app/home/home.page.scss
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user