Changeset 2645:cf063d740889 for themes/berlin
- Timestamp:
- 01/26/14 17:52:50 (12 years ago)
- Branch:
- default
- Children:
- 2646:d055bf88fa80, 2647:bd67628faadf
- Location:
- themes/berlin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/berlin/scss/modules/_off-canvas.scss
r2640 r2645 13 13 #sidebar, #main { 14 14 @include transition(.3s all linear); 15 } 16 // Dégager la place de l'icône d'ouverture 17 .js #content-info h2, 18 .js .content-info__feed { 19 margin-right: 3.5em; 15 20 } 16 21 … … 63 68 @include zen-grid-item (11, 1, right); 64 69 } 65 // Dégager la place de l'icône d'ouverture66 #content-info h2 {67 margin-right: 3.5em;68 }69 70 } -
themes/berlin/style.css
r2644 r2645 1239 1239 transition: 0.3s all linear; } 1240 1240 1241 .js #content-info h2, 1242 .js .content-info__feed { 1243 margin-right: 3.5em; } 1244 1241 1245 @media screen and (max-width: 80em) { 1242 1246 #offcanvas-on, … … 1296 1300 _display: inline; 1297 1301 _overflow: hidden; 1298 _overflow-y: visible; } 1299 1300 #content-info h2 { 1301 margin-right: 3.5em; } } 1302 _overflow-y: visible; } } 1302 1303 /*** dev only ***/
Note: See TracChangeset
for help on using the changeset viewer.