Changeset 1738640
- Timestamp:
- 09/29/2017 09:52:11 PM (8 years ago)
- Location:
- ga-image-carousel
- Files:
-
- 4 edited
- tags/1.0.2/ga-image-carousel-basic.css (modified) (4 diffs)
- tags/1.0.2/ga-image-carousel-dark.css (modified) (3 diffs)
- trunk/ga-image-carousel-basic.css (modified) (4 diffs)
- trunk/ga-image-carousel-dark.css (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ga-image-carousel/tags/1.0.2/ga-image-carousel-basic.css
r1738493 r1738640 1 2 1 .basic .ga-v-centered *{ 3 2 box-sizing: border-box; … … 5 4 6 5 .basic .ga-v-centered { 7 6 box-sizing: border-box; 8 7 justify-content: center; 9 8 align-items: center; … … 12 11 } 13 12 .basic .ga-carousel { 13 box-sizing: border-box; 14 14 position: relative; 15 15 overflow: hidden; … … 19 19 } 20 20 .basic .ga-roll { 21 box-sizing: border-box; 21 22 position: relative; 22 23 white-space: nowrap; -
ga-image-carousel/tags/1.0.2/ga-image-carousel-dark.css
r1738493 r1738640 5 5 6 6 .dark .ga-v-centered { 7 7 box-sizing: border-box; 8 8 justify-content: center; 9 9 align-items: center; … … 12 12 } 13 13 .dark .ga-carousel { 14 box-sizing: border-box; 14 15 position: relative; 15 16 overflow: hidden; … … 19 20 } 20 21 .dark .ga-roll { 22 box-sizing: border-box; 21 23 position: relative; 22 24 white-space: nowrap; -
ga-image-carousel/trunk/ga-image-carousel-basic.css
r1738488 r1738640 1 2 1 .basic .ga-v-centered *{ 3 2 box-sizing: border-box; … … 5 4 6 5 .basic .ga-v-centered { 7 6 box-sizing: border-box; 8 7 justify-content: center; 9 8 align-items: center; … … 12 11 } 13 12 .basic .ga-carousel { 13 box-sizing: border-box; 14 14 position: relative; 15 15 overflow: hidden; … … 19 19 } 20 20 .basic .ga-roll { 21 box-sizing: border-box; 21 22 position: relative; 22 23 white-space: nowrap; -
ga-image-carousel/trunk/ga-image-carousel-dark.css
r1738488 r1738640 5 5 6 6 .dark .ga-v-centered { 7 7 box-sizing: border-box; 8 8 justify-content: center; 9 9 align-items: center; … … 12 12 } 13 13 .dark .ga-carousel { 14 box-sizing: border-box; 14 15 position: relative; 15 16 overflow: hidden; … … 19 20 } 20 21 .dark .ga-roll { 22 box-sizing: border-box; 21 23 position: relative; 22 24 white-space: nowrap;
Note: See TracChangeset for help on using the changeset viewer.