mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
921bc32928
Summary: Split some of these up for safe regexes. Test Plan: reload celerity Reviewers: epriestley, btrahan Reviewed By: epriestley CC: Korvin, aran Differential Revision: https://secure.phabricator.com/D6858
31 lines
470 B
CSS
31 lines
470 B
CSS
/**
|
|
* @provides aphront-contextbar-view-css
|
|
*/
|
|
|
|
.aphront-contextbar-view {
|
|
background: #efefef;
|
|
padding: 6px 2em;
|
|
border-bottom: 1px solid #dfdfdf;
|
|
}
|
|
|
|
.aphront-contextbar-core {
|
|
}
|
|
|
|
.aphront-contextbar-content {
|
|
padding-top: 5px;
|
|
font-size: 13px;
|
|
color: {$greytext};
|
|
}
|
|
|
|
.aphront-contextbar-buttons {
|
|
float: right;
|
|
}
|
|
|
|
.aphront-contextbar-buttons label {
|
|
font-weight: bold;
|
|
color: {$greytext};
|
|
}
|
|
|
|
.aphront-contextbar-buttons a {
|
|
margin: 0 0 0 .5em;
|
|
}
|