mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-13 02:12:41 +01:00
56bc84a73b
Summary: Ref T11132. Will work on CSS tomorrow, but wanted to rough in the UI Steps to get guidance. Not sure what you have in mind for the "app" part, if you want to explain it and I build or you build. Test Plan: Visit each page and click on links. Very rough and unfinished. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Maniphest Tasks: T11132 Differential Revision: https://secure.phabricator.com/D16419
34 lines
600 B
CSS
34 lines
600 B
CSS
/**
|
|
* @provides guides-app-css
|
|
*/
|
|
|
|
.guides-app ul.phui-object-item-list-view {
|
|
margin: 0;
|
|
padding: 20px;
|
|
}
|
|
|
|
.guides-app .phui-object-item-no-bar .phui-object-item-frame {
|
|
border: 0;
|
|
}
|
|
|
|
.guides-app .phui-object-item-image-icon {
|
|
margin: 8px 2px 12px;
|
|
}
|
|
|
|
.guides-app a.phui-object-item-link {
|
|
color: #000;
|
|
font-size: {$biggestfontsize};
|
|
}
|
|
|
|
.guides-app .phui-object-item-name {
|
|
padding-top: 6px;
|
|
}
|
|
|
|
.guides-app .phui-object-item-launch-button a.button {
|
|
font-size: {$normalfontsize};
|
|
padding: 3px 12px 4px;
|
|
}
|
|
|
|
.device-desktop .guides-app .phui-object-item {
|
|
margin-bottom: 8px;
|
|
}
|