Skip to content

Commit cf83ef9

Browse files
committed
added size and position classes
1 parent ddb731b commit cf83ef9

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

core/src/css/display.scss

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,23 @@
3737
}
3838
}
3939
}
40+
41+
// Size
42+
// --------------------------------------------------
43+
.ion-full-height {
44+
height: 100% !important;
45+
}
46+
47+
.ion-full-width {
48+
width: 100% !important;
49+
}
50+
51+
// Position
52+
// --------------------------------------------------
53+
.ion-position-absolute {
54+
position:absolute !important;
55+
}
56+
57+
.ion-position-relative {
58+
position:relative !important;
59+
}

0 commit comments

Comments
 (0)