Projet

Général

Profil

Révision 7295e063

Ajouté par Assos Assos il y a plus de 7 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/themes/bootstrap/starterkits/less/less/overrides.less
1 1
// Media query variables.
2
@tablet:  ~"screen and (min-width: @{screen-sm-min})";
3
@normal:  ~"screen and (min-width: @{screen-md-min})";
4
@wide:    ~"screen and (min-width: @{screen-lg-min})";
2
@tablet:              ~"screen and (min-width: @{screen-sm-min})";
3
@normal:              ~"screen and (min-width: @{screen-md-min})";
4
@wide:                ~"screen and (min-width: @{screen-lg-min})";
5
@grid-breakpoint:     ~"screen and (min-width: @{grid-float-breakpoint})";
5 6

  
6 7
// Drop shadows.
7 8
.box-shadow(@shadow) {
......
171 172
  margin-right: -15px;
172 173
  padding-left: 15px;
173 174
  padding-right: 15px;
174
  @media @tablet {
175
  @media @grid-breakpoint {
175 176
    margin-right: 0;
176 177
    padding-left: 0;
177 178
  }

Formats disponibles : Unified diff