2012-08-02 14:07:21 -07:00
|
|
|
/**
|
|
|
|
* @provides phabricator-application-launch-view-css
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
/* - Application List ----------------------------------------------------------
|
|
|
|
|
|
|
|
Spacing container for the list of large application buttons.
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
2013-01-15 15:41:22 -08:00
|
|
|
.application-tile-group {
|
|
|
|
overflow: hidden;
|
2012-08-02 14:07:21 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* - Application Launch Button -------------------------------------------------
|
|
|
|
|
|
|
|
Spacing container for the list of large application buttons.
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
2013-01-15 15:41:22 -08:00
|
|
|
a.phabricator-application-launch-container,
|
|
|
|
div.phabricator-application-launch-container {
|
|
|
|
display: block;
|
|
|
|
float: left;
|
2012-08-02 14:07:21 -07:00
|
|
|
overflow: hidden;
|
|
|
|
position: relative;
|
|
|
|
text-decoration: none;
|
2014-03-28 13:19:40 -07:00
|
|
|
-webkit-font-smoothing: antialiased;
|
2013-03-22 11:50:30 -07:00
|
|
|
width: 100%;
|
2014-05-24 21:56:45 -07:00
|
|
|
height: 46px;
|
2013-03-22 11:50:30 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.device-phone div.phabricator-application-launch-container {
|
|
|
|
display: none;
|
2013-01-15 15:41:37 -08:00
|
|
|
}
|
|
|
|
|
2012-08-14 14:23:55 -07:00
|
|
|
.phabricator-application-launch-icon {
|
|
|
|
display: block;
|
|
|
|
position: absolute;
|
2013-01-15 15:41:22 -08:00
|
|
|
width: 28px;
|
|
|
|
height: 28px;
|
2014-05-24 21:56:45 -07:00
|
|
|
top: 8px;
|
|
|
|
left: 8px;
|
2013-01-15 15:41:37 -08:00
|
|
|
}
|
|
|
|
|
2014-01-31 09:10:32 -08:00
|
|
|
.device-desktop a.phabricator-application-launch-container:hover {
|
2014-05-25 13:18:51 -07:00
|
|
|
background-color: {$hovergrey};
|
2014-01-31 09:10:32 -08:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2012-08-02 14:07:21 -07:00
|
|
|
.phabricator-application-launch-name {
|
2013-01-15 15:41:22 -08:00
|
|
|
display: block;
|
2012-08-02 14:07:21 -07:00
|
|
|
font-weight: bold;
|
2014-05-24 21:56:45 -07:00
|
|
|
color: {$darkbluetext};
|
2013-01-22 09:06:57 -08:00
|
|
|
font-size: 13px;
|
2014-05-24 21:56:45 -07:00
|
|
|
margin-top: 7px;
|
|
|
|
margin-left: 44px;
|
2014-05-25 13:18:51 -07:00
|
|
|
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9);
|
2013-01-15 15:41:37 -08:00
|
|
|
}
|
|
|
|
|
2014-05-24 21:56:45 -07:00
|
|
|
.phabricator-application-launch-description {
|
|
|
|
color: {$darkbluetext};
|
2013-01-15 15:41:37 -08:00
|
|
|
font-size: 11px;
|
|
|
|
margin-top: 24px;
|
2014-05-24 21:56:45 -07:00
|
|
|
margin-left: 44px;
|
2014-05-25 13:18:51 -07:00
|
|
|
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9);
|
2013-01-15 15:41:37 -08:00
|
|
|
}
|
|
|
|
|
2013-02-22 15:46:29 -08:00
|
|
|
.phabricator-application-beta {
|
2012-08-02 14:07:21 -07:00
|
|
|
position: absolute;
|
2013-01-15 15:41:22 -08:00
|
|
|
top: 4px;
|
2014-02-28 12:01:23 -08:00
|
|
|
left: 4px;
|
2014-05-24 21:56:45 -07:00
|
|
|
color: {$bluetext};
|
2013-01-18 12:36:45 -08:00
|
|
|
font-size: 11px;
|
2012-08-02 14:07:21 -07:00
|
|
|
}
|
2013-01-15 15:41:37 -08:00
|
|
|
|
2013-01-19 10:12:44 -08:00
|
|
|
.phabricator-application-launch-attention {
|
2013-02-22 15:46:29 -08:00
|
|
|
position: absolute;
|
2014-05-25 13:18:51 -07:00
|
|
|
top: 17px;
|
|
|
|
right: 8px;
|
2014-05-24 21:56:45 -07:00
|
|
|
color: {$darkbluetext};
|
2013-02-22 15:46:29 -08:00
|
|
|
font-weight: bold;
|
2014-05-25 13:18:51 -07:00
|
|
|
font-size: 12px;
|
2013-02-22 15:46:29 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-application-attention-count {
|
2014-05-25 13:18:51 -07:00
|
|
|
color: {$sky};
|
2013-01-15 15:41:37 -08:00
|
|
|
}
|