Skip to content

Commit 674c9d9

Browse files
committed
Change BS variables to @screen-*-min
BS 3.0.1 deprecates @screen-* and moving to @screen-*-min.
1 parent 7fd7d71 commit 674c9d9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

_less/seg_resume.less

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ table {
139139
}
140140
.navbar-right {
141141
background-color:@btn-warning-bg;
142-
@media (min-width: @screen-sm) {
142+
@media (min-width: @screen-sm-min) {
143143
background-color:transparent;
144144
#gradient > .vertical( fade( @btn-warning-bg , 0% ) , @btn-warning-bg , 0% , 20% );
145145
}
@@ -163,7 +163,7 @@ table {
163163
&.open .dropdown-toggle {
164164
@pdf-dropdown-toggle-open:darken(@btn-warning-bg , 10%);
165165
background-color:@pdf-dropdown-toggle-open;
166-
@media (min-width: @screen-sm) {
166+
@media (min-width: @screen-sm-min) {
167167
background-color:transparent;
168168
#gradient > .vertical( fade( @pdf-dropdown-toggle-open , 0% ) , @pdf-dropdown-toggle-open , 10% , 20% );
169169
}
@@ -211,7 +211,7 @@ table {
211211
@introduction-icon-size-xs: 1.25;
212212
margin-bottom:20px;
213213
.introduction-text {
214-
@media (min-width: @screen-sm) {
214+
@media (min-width: @screen-sm-min) {
215215
display:table-row;
216216
vertical-align:middle;
217217
height:100%;
@@ -223,7 +223,7 @@ table {
223223
@media (max-width: @screen-xs-max) {
224224
font-size:( @base-font-size / @introduction-icon-size-xs );
225225
}
226-
@media (min-width: @screen-lg ) {
226+
@media (min-width: @screen-lg-min ) {
227227
padding-top:( @base-font-size / 2 );
228228
}
229229
}

0 commit comments

Comments
 (0)