1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 01:08:50 +02:00
phorge-phorge/webroot/rsrc/css/phui/phui-big-info-view.css
Chad Little 675be8efc5 Add more NUX states
Summary: Adds basic NUX to Dashboards, Herald, Repositories, Maniphest. Note Herald and Dashboard Panels don't fine the nux for some reason, assume they will when modernized?

Test Plan: Read text, click buttons.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Differential Revision: https://secure.phabricator.com/D14844
2015-12-21 11:15:54 -08:00

37 lines
554 B
CSS

/**
* @provides phui-big-info-view-css
*/
.phui-big-info-view {
padding: 64px 32px;
margin: 16px 4px;
background-color: {$sh-greybackground};
text-align: center;
}
.phui-big-info-icon {
font-size: 48px;
}
.phui-big-info-title {
font-size: 18px;
padding: 4px;
font-weight: bold;
}
.phui-big-info-description {
font-size: {$biggerfontsize};
padding: 4px;
}
.phui-big-info-actions {
padding: 24px 0 0;
}
.phui-big-info-button {
display: inline-block;
}
.phui-big-info-button + .phui-big-info-button {
margin-left: 12px;
}