|
@@ -1,26 +1,14 @@
|
|
ion-card {
|
|
ion-card {
|
|
margin: 10px;
|
|
margin: 10px;
|
|
- padding: 10px;
|
|
|
|
|
|
+ padding: 15px;
|
|
border-radius: 10px;
|
|
border-radius: 10px;
|
|
- box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
|
|
|
|
|
|
+ box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
|
|
}
|
|
}
|
|
|
|
|
|
ion-card-header {
|
|
ion-card-header {
|
|
- font-weight: bold;
|
|
|
|
- font-size: large;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-ion-card-content {
|
|
|
|
- ion-grid {
|
|
|
|
- ion-row {
|
|
|
|
- ion-col {
|
|
|
|
- ion-card {
|
|
|
|
- margin-bottom: 10px;
|
|
|
|
- border-radius: 8px;
|
|
|
|
- box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
|
|
+ ion-card-title {
|
|
|
|
+ font-size: 1.2em;
|
|
|
|
+ font-weight: bold;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -30,18 +18,13 @@ ion-thumbnail {
|
|
border-radius: 50%;
|
|
border-radius: 50%;
|
|
}
|
|
}
|
|
|
|
|
|
-ion-label {
|
|
|
|
- display: block;
|
|
|
|
- margin-left: 10px;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
h2 {
|
|
h2 {
|
|
font-size: 1.2em;
|
|
font-size: 1.2em;
|
|
margin-bottom: 5px;
|
|
margin-bottom: 5px;
|
|
}
|
|
}
|
|
|
|
|
|
p {
|
|
p {
|
|
- font-size: 0.8em;
|
|
|
|
|
|
+ font-size: 0.9em;
|
|
color: #777;
|
|
color: #777;
|
|
margin-bottom: 3px;
|
|
margin-bottom: 3px;
|
|
}
|
|
}
|