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