mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-21 04:01:30 +01:00
8ac1afc81a
Summary: Mock page now shows all images. Switching between images is done by clicking thumbnails. Test Plan: Verified that all images are shown. Verified that by clicking thumbnail the image clicked will show. Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin, AnhNhan Maniphest Tasks: T2427 Differential Revision: https://secure.phabricator.com/D4698
22 lines
346 B
CSS
22 lines
346 B
CSS
/**
|
|
* @provides pholio-css
|
|
*/
|
|
.pholio-mock-image-container {
|
|
background-color: #282828;
|
|
text-align: center;
|
|
}
|
|
|
|
.pholio-mock-carousel {
|
|
background-color: #282828;
|
|
text-align: center;
|
|
}
|
|
|
|
.pholio-mock-carousel-thumbnail {
|
|
margin-right: 5px;
|
|
display: inline-block;
|
|
}
|
|
|
|
.pholio-mock-image {
|
|
margin: 10px 0px;
|
|
display: inline-block;
|
|
}
|