mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Added variable
This commit is contained in:
@@ -132,7 +132,7 @@
|
||||
/* Adjust the max-width value to fit your own needs */
|
||||
/* Defaults to 767px (iPad portrait width)*/
|
||||
|
||||
@media (max-width: 767px) {
|
||||
@media (max-width: $grid-responsive-break) {
|
||||
.responsive .col {
|
||||
width: 100%;
|
||||
margin-bottom:15px;
|
||||
|
||||
@@ -490,6 +490,7 @@ $modal-bg-color: #fff !default;
|
||||
// -------------------------------
|
||||
|
||||
$grid-padding-width: 10px !default;
|
||||
$grid-responsive-break: 767px !default;
|
||||
|
||||
|
||||
// Action Sheets
|
||||
|
||||
Reference in New Issue
Block a user