mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
12 lines
166 B
SCSS
12 lines
166 B
SCSS
.grid-page {
|
|
|
|
ion-col div {
|
|
background-color: #F9FAFB;
|
|
padding: 5px;
|
|
border: 1px solid #ddd;
|
|
border-radius: 2px;
|
|
text-align: center;
|
|
}
|
|
|
|
}
|