Changeset 119814 in spip-zone
- Timestamp:
- Jan 17, 2020, 12:24:06 PM (12 months ago)
- Location:
- _themes_/spipr/v2/patisson/css
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
_themes_/spipr/v2/patisson/css/components/_nav.scss
r119807 r119814 5 5 margin: 0 auto; 6 6 font-weight: normal; 7 font-size: 15rem / 18; 7 8 } 8 9 .nav-item { -
_themes_/spipr/v2/patisson/css/components/_well.scss
r119807 r119814 3 3 .nav-list { 4 4 .nav-header { 5 background-color: $well-bg; 5 6 margin-top: -$card-spacer-x - 1rem; 6 background-color: $well-bg;7 7 } 8 8 } -
_themes_/spipr/v2/patisson/css/theme.scss
r119812 r119814 19 19 @import "css/components/documents"; 20 20 @import "css/components/nav"; 21 @import "css/components/list"; 21 22 @import "css/components/well"; 22 23
Note: See TracChangeset
for help on using the changeset viewer.