5302 lines
115 KiB
CSS
5302 lines
115 KiB
CSS
@font-face {
|
|
font-family: 'Octicons Regular';
|
|
src: url("octicons.woff") format("woff");
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
html {
|
|
font-family: 'Lucida Grande', 'Segoe UI', Ubuntu, Cantarell, sans-serif;
|
|
font-size: 12px;
|
|
}
|
|
html,
|
|
body {
|
|
width: 100%;
|
|
height: 100%;
|
|
overflow: hidden;
|
|
}
|
|
atom-workspace {
|
|
display: block;
|
|
height: 100%;
|
|
overflow: hidden;
|
|
position: relative;
|
|
background-color: #2b2b2b;
|
|
font-family: 'Lucida Grande', 'Segoe UI', Ubuntu, Cantarell, sans-serif;
|
|
}
|
|
atom-workspace atom-workspace-axis.horizontal {
|
|
display: -webkit-flex;
|
|
height: 100%;
|
|
}
|
|
atom-workspace atom-workspace-axis.vertical {
|
|
display: -webkit-flex;
|
|
-webkit-flex: 1;
|
|
-webkit-flex-flow: column;
|
|
}
|
|
.nav > li > a {
|
|
border-radius: 3px;
|
|
}
|
|
.nav > li > a:hover {
|
|
background-color: #3d3d3d;
|
|
}
|
|
.nav.nav-pills > li.active > a {
|
|
background-color: #474747;
|
|
}
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4,
|
|
h5,
|
|
h6 {
|
|
font-family: inherit;
|
|
}
|
|
body {
|
|
font-family: inherit;
|
|
font-size: inherit;
|
|
}
|
|
.tooltip {
|
|
font-family: 'Lucida Grande', 'Segoe UI', Ubuntu, Cantarell, sans-serif;
|
|
font-size: 12px;
|
|
}
|
|
kbd {
|
|
color: inherit;
|
|
background-color: none;
|
|
box-shadow: none;
|
|
}
|
|
.badge {
|
|
display: inline-block;
|
|
line-height: 1;
|
|
vertical-align: middle;
|
|
font-weight: normal;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
border-radius: 1em;
|
|
color: white;
|
|
background-color: #474747;
|
|
font-size: 12px;
|
|
min-width: 18px;
|
|
padding: 3px 5px;
|
|
}
|
|
.badge:empty {
|
|
display: none;
|
|
}
|
|
.badge.badge-info {
|
|
color: white;
|
|
background-color: #0088ff;
|
|
}
|
|
.badge.badge-success {
|
|
color: white;
|
|
background-color: #20b684;
|
|
}
|
|
.badge.badge-warning {
|
|
color: white;
|
|
background-color: #cc8533;
|
|
}
|
|
.badge.badge-error {
|
|
color: white;
|
|
background-color: #d92626;
|
|
}
|
|
.badge.badge-large {
|
|
font-size: 18px;
|
|
min-width: 28px;
|
|
padding: 5px 8px;
|
|
}
|
|
.badge.badge-medium {
|
|
font-size: 14px;
|
|
min-width: 22px;
|
|
padding: 4px 6px;
|
|
}
|
|
.badge.badge-small {
|
|
font-size: 10px;
|
|
min-width: 16px;
|
|
padding: 3px 5px;
|
|
}
|
|
.badge.badge-flexible {
|
|
font-size: 0.8em;
|
|
min-width: 1.6em;
|
|
padding: 0.4em 0.6em;
|
|
}
|
|
.badge.icon {
|
|
font-size: 13px;
|
|
padding: 5px 10px;
|
|
}
|
|
.btn {
|
|
color: #a8a8a8;
|
|
border-radius: 3px;
|
|
border: none;
|
|
text-shadow: none;
|
|
height: 27px;
|
|
line-height: 25px;
|
|
padding: 0 10px;
|
|
font-size: 12px;
|
|
z-index: 0;
|
|
background-color: #424242;
|
|
}
|
|
.btn:hover {
|
|
background-color: #474747;
|
|
}
|
|
.btn.selected,
|
|
.btn.selected:hover {
|
|
z-index: 1;
|
|
background-color: #528bff;
|
|
}
|
|
.btn.btn-xs,
|
|
.btn-group-xs > .btn {
|
|
padding: 2.5px 5px;
|
|
font-size: 10px;
|
|
height: auto;
|
|
line-height: 1.3em;
|
|
}
|
|
.btn.btn-sm,
|
|
.btn-group-sm > .btn {
|
|
padding: 2.5px 5px;
|
|
height: auto;
|
|
line-height: 1.3em;
|
|
}
|
|
.btn.btn-lg,
|
|
.btn-group-lg > .btn {
|
|
font-size: 14px;
|
|
padding: 8px 12px;
|
|
height: auto;
|
|
line-height: 1.3em;
|
|
}
|
|
.btn-group > .btn {
|
|
border-left: 1px solid #1f1f1f;
|
|
border-right: 1px solid #1f1f1f;
|
|
}
|
|
.btn-group > .btn:first-child {
|
|
border-left: none;
|
|
border-top-left-radius: 3px;
|
|
border-bottom-left-radius: 3px;
|
|
}
|
|
.btn-group > .btn:last-child,
|
|
.btn-group > .btn.selected:last-child,
|
|
.btn-group > .dropdown-toggle {
|
|
border-right: none;
|
|
border-top-right-radius: 3px;
|
|
border-bottom-right-radius: 3px;
|
|
}
|
|
.btn-toolbar > .btn-group + .btn-group,
|
|
.btn-toolbar > .btn-group + .btn,
|
|
.btn-toolbar > .btn + .btn {
|
|
float: none;
|
|
display: inline-block;
|
|
margin-left: 0;
|
|
}
|
|
.btn-toolbar > * {
|
|
margin-right: 5px;
|
|
}
|
|
.btn-toolbar > *:last-child {
|
|
margin-right: 0;
|
|
}
|
|
.icon::before {
|
|
margin-right: 5px;
|
|
}
|
|
a.icon,
|
|
button.icon {
|
|
text-decoration: none;
|
|
color: #a8a8a8;
|
|
}
|
|
a.icon:hover,
|
|
button.icon:hover {
|
|
color: #dbdbdb;
|
|
}
|
|
a {
|
|
cursor: pointer;
|
|
color: #dbdbdb;
|
|
}
|
|
a:hover {
|
|
color: #dbdbdb;
|
|
text-decoration: underline;
|
|
}
|
|
atom-pane-container {
|
|
position: relative;
|
|
display: -webkit-flex;
|
|
-webkit-flex: 1;
|
|
}
|
|
atom-pane-container atom-pane-axis {
|
|
display: -webkit-flex;
|
|
-webkit-flex: 1;
|
|
}
|
|
atom-pane-container atom-pane-axis > atom-pane-resize-handle {
|
|
position: absolute;
|
|
z-index: 3;
|
|
}
|
|
atom-pane-container atom-pane-axis.vertical {
|
|
-webkit-flex-direction: column;
|
|
}
|
|
atom-pane-container atom-pane-axis.vertical > atom-pane-resize-handle {
|
|
width: 100%;
|
|
height: 8px;
|
|
margin-top: -4px;
|
|
cursor: ns-resize;
|
|
border-bottom: none;
|
|
}
|
|
atom-pane-container atom-pane-axis.horizontal {
|
|
-webkit-flex-direction: row;
|
|
}
|
|
atom-pane-container atom-pane-axis.horizontal > atom-pane-resize-handle {
|
|
width: 8px;
|
|
height: 100%;
|
|
margin-left: -4px;
|
|
cursor: ew-resize;
|
|
border-right: none;
|
|
}
|
|
atom-pane-container atom-pane {
|
|
position: relative;
|
|
display: -webkit-flex;
|
|
-webkit-flex: 1;
|
|
-webkit-flex-direction: column;
|
|
overflow: visible;
|
|
}
|
|
atom-pane-container atom-pane .item-views {
|
|
-webkit-flex: 1;
|
|
display: -webkit-flex;
|
|
min-height: 0;
|
|
min-width: 0;
|
|
position: relative;
|
|
}
|
|
atom-pane-container atom-pane .item-views .pane-item {
|
|
color: #a8a8a8;
|
|
background-color: #333333;
|
|
}
|
|
atom-pane-container atom-pane .item-views > *,
|
|
atom-pane-container atom-pane .item-views > atom-text-editor.react > * {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
}
|
|
.panel {
|
|
border-radius: 0;
|
|
border: none;
|
|
background-color: transparent;
|
|
box-shadow: none;
|
|
}
|
|
.panel.bordered .panel-heading {
|
|
border-radius: 3px 3px 0 0;
|
|
}
|
|
.inset-panel .panel-heading {
|
|
border-radius: 3px 3px 0 0;
|
|
}
|
|
.panel-heading {
|
|
margin: 0;
|
|
padding: 10px;
|
|
border-radius: 0;
|
|
font-size: 12px;
|
|
line-height: 1;
|
|
}
|
|
.panel-heading .btn {
|
|
height: 20px;
|
|
line-height: 20px;
|
|
font-size: 10px;
|
|
position: relative;
|
|
top: -5px;
|
|
}
|
|
atom-panel-container.left,
|
|
atom-panel-container.right {
|
|
display: -webkit-flex;
|
|
-webkit-flex-direction: row;
|
|
-webkit-align-items: stretch;
|
|
height: 100%;
|
|
}
|
|
atom-panel-container.left atom-panel,
|
|
atom-panel-container.right atom-panel {
|
|
height: 100%;
|
|
}
|
|
atom-panel {
|
|
display: block;
|
|
}
|
|
atom-panel.top,
|
|
atom-panel.bottom,
|
|
atom-panel.left,
|
|
atom-panel.right {
|
|
background-color: #2b2b2b;
|
|
}
|
|
.tool-panel {
|
|
position: relative;
|
|
background-color: #2b2b2b;
|
|
}
|
|
.overlay,
|
|
atom-panel.modal {
|
|
position: absolute;
|
|
left: 50%;
|
|
width: 500px;
|
|
margin-left: -250px;
|
|
z-index: 9999;
|
|
box-sizing: border-box;
|
|
color: #a8a8a8;
|
|
background-color: #333333;
|
|
padding: 10px;
|
|
}
|
|
.overlay h1,
|
|
atom-panel.modal h1 {
|
|
margin-top: 0;
|
|
color: #dbdbdb;
|
|
font-size: 1.6em;
|
|
font-weight: bold;
|
|
}
|
|
.overlay h2,
|
|
atom-panel.modal h2 {
|
|
font-size: 1.3em;
|
|
}
|
|
.overlay atom-text-editor[mini],
|
|
atom-panel.modal atom-text-editor[mini] {
|
|
margin-bottom: 10px;
|
|
}
|
|
.overlay .message,
|
|
atom-panel.modal .message {
|
|
padding-top: 5px;
|
|
font-size: 11px;
|
|
}
|
|
.overlay.mini,
|
|
atom-panel.modal.mini {
|
|
width: 200px;
|
|
margin-left: -100px;
|
|
font-size: 12px;
|
|
}
|
|
.overlay.from-top,
|
|
atom-panel.modal {
|
|
top: 0;
|
|
border-top: none;
|
|
border-top-left-radius: 0;
|
|
border-top-right-radius: 0;
|
|
}
|
|
.overlay.from-bottom {
|
|
bottom: 0;
|
|
border-bottom: none;
|
|
border-bottom-left-radius: 0;
|
|
border-bottom-right-radius: 0;
|
|
}
|
|
.overlay.floating {
|
|
left: auto;
|
|
}
|
|
section,
|
|
.section {
|
|
position: relative;
|
|
margin-top: 0;
|
|
}
|
|
section:last-child,
|
|
.section:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
section.bordered,
|
|
.section.bordered {
|
|
margin: 0;
|
|
padding: 20px 0;
|
|
border-top: 1px solid #3d3d3d;
|
|
border-bottom: 1px solid #1f1f1f;
|
|
}
|
|
section .section-heading:first-child,
|
|
.section .section-heading:first-child {
|
|
margin-top: 0;
|
|
font-weight: bold;
|
|
color: #dbdbdb;
|
|
}
|
|
div > section:first-child,
|
|
form > section:first-child,
|
|
div > .section:first-child,
|
|
form > .section:first-child {
|
|
border-top: none;
|
|
padding-top: 0;
|
|
}
|
|
div > section:last-child,
|
|
form > section:last-child,
|
|
div > .section:last-child,
|
|
form > .section:last-child {
|
|
border-bottom: none;
|
|
padding-bottom: 0;
|
|
}
|
|
.list-group,
|
|
.list-group .list-group-item {
|
|
background-color: transparent;
|
|
border: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
position: static;
|
|
}
|
|
.list-group,
|
|
.list-tree {
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
cursor: default;
|
|
}
|
|
.list-group li:not(.list-nested-item),
|
|
.list-tree li:not(.list-nested-item),
|
|
.list-group li.list-nested-item > .list-item,
|
|
.list-tree li.list-nested-item > .list-item {
|
|
line-height: 25px;
|
|
text-wrap: none;
|
|
white-space: nowrap;
|
|
}
|
|
.list-group .selected::before,
|
|
.list-tree .selected::before {
|
|
content: '';
|
|
background-color: #474747;
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
height: 25px;
|
|
}
|
|
.list-group .selected > *,
|
|
.list-tree .selected > * {
|
|
position: relative;
|
|
}
|
|
.list-group .icon::before,
|
|
.list-tree .icon::before {
|
|
margin-right: 5px;
|
|
position: relative;
|
|
top: 1px;
|
|
}
|
|
.list-group .no-icon,
|
|
.list-tree .no-icon {
|
|
padding-left: 21px;
|
|
}
|
|
.list-tree .list-nested-item > .list-tree > li,
|
|
.list-tree .list-nested-item > .list-group > li {
|
|
padding-left: 21px;
|
|
}
|
|
.list-tree.has-collapsable-children li.list-item {
|
|
margin-left: 17px;
|
|
}
|
|
.list-tree.has-collapsable-children .list-nested-item.collapsed > .list-group,
|
|
.list-tree.has-collapsable-children .list-nested-item.collapsed > .list-tree {
|
|
display: none;
|
|
}
|
|
.list-tree.has-collapsable-children .list-nested-item > .list-item::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 12px;
|
|
width: 12px;
|
|
height: 12px;
|
|
content: "\f0a3";
|
|
}
|
|
.list-tree.has-collapsable-children .list-nested-item > .list-item::before {
|
|
position: relative;
|
|
top: -1px;
|
|
margin-right: 5px;
|
|
}
|
|
.list-tree.has-collapsable-children .list-nested-item.collapsed > .list-item::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 12px;
|
|
width: 12px;
|
|
height: 12px;
|
|
content: "\f078";
|
|
}
|
|
.list-tree.has-collapsable-children .list-nested-item.collapsed > .list-item::before {
|
|
left: 1px;
|
|
}
|
|
.list-tree.has-collapsable-children .list-nested-item > .list-tree > li,
|
|
.list-tree.has-collapsable-children .list-nested-item > .list-group > li {
|
|
padding-left: 17px;
|
|
}
|
|
.list-tree.has-collapsable-children .has-flat-children li.list-item,
|
|
.list-tree.has-collapsable-children.has-flat-children li.list-item {
|
|
margin-left: 0;
|
|
}
|
|
.select-list.popover-list {
|
|
width: 200px;
|
|
min-width: 200px;
|
|
margin-left: 0;
|
|
position: relative;
|
|
}
|
|
.select-list.popover-list ol.list-group {
|
|
position: relative;
|
|
overflow-y: scroll;
|
|
max-height: 200px;
|
|
}
|
|
.info-messages,
|
|
.error-messages {
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
}
|
|
.error-messages {
|
|
color: #ff6347;
|
|
}
|
|
ul.background-message {
|
|
font-size: 36px;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
ul.background-message li {
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
}
|
|
ul.background-message.centered {
|
|
display: -webkit-flex;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
-webkit-align-items: center;
|
|
text-align: center;
|
|
}
|
|
ul.background-message.centered li {
|
|
width: 100%;
|
|
}
|
|
.source.gfm .markup.heading {
|
|
font-weight: bold;
|
|
}
|
|
.source.gfm .bold {
|
|
font-weight: bold;
|
|
}
|
|
.source.gfm .italic {
|
|
font-style: italic;
|
|
}
|
|
.source.gfm .comment.quote {
|
|
font-style: italic;
|
|
}
|
|
atom-text-editor {
|
|
display: block;
|
|
font-family: Inconsolata, Monaco, Consolas, 'DejaVu Sans Mono', monospace;
|
|
line-height: 1.3;
|
|
}
|
|
atom-text-editor[mini] {
|
|
font-size: 14px;
|
|
line-height: 25px;
|
|
max-height: 27px;
|
|
overflow: auto;
|
|
}
|
|
atom-overlay {
|
|
position: absolute;
|
|
display: block;
|
|
z-index: 4;
|
|
}
|
|
atom-text-editor {
|
|
display: -webkit-flex;
|
|
}
|
|
atom-text-editor .editor-contents {
|
|
width: 100%;
|
|
overflow: hidden;
|
|
cursor: text;
|
|
display: -webkit-flex;
|
|
-webkit-user-select: none;
|
|
position: relative;
|
|
}
|
|
atom-text-editor .gutter {
|
|
overflow: hidden;
|
|
text-align: right;
|
|
cursor: default;
|
|
min-width: 1em;
|
|
box-sizing: border-box;
|
|
}
|
|
atom-text-editor .line-numbers {
|
|
position: relative;
|
|
}
|
|
atom-text-editor .line-number {
|
|
white-space: nowrap;
|
|
padding-left: .5em;
|
|
opacity: 0.6;
|
|
}
|
|
atom-text-editor .line-number.cursor-line {
|
|
opacity: 1;
|
|
}
|
|
atom-text-editor .line-number .icon-right {
|
|
display: inline-block;
|
|
visibility: hidden;
|
|
opacity: .6;
|
|
padding: 0 .4em;
|
|
}
|
|
atom-text-editor .line-number .icon-right::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 0.8em;
|
|
width: 0.8em;
|
|
height: 0.8em;
|
|
content: "\f0a3";
|
|
}
|
|
atom-text-editor .line-number .icon-right::before {
|
|
text-align: center;
|
|
}
|
|
atom-text-editor .gutter:hover .line-number.foldable .icon-right {
|
|
visibility: visible;
|
|
}
|
|
atom-text-editor .gutter:hover .line-number.foldable .icon-right:hover {
|
|
opacity: 1;
|
|
}
|
|
atom-text-editor .gutter .line-number.folded .icon-right,
|
|
atom-text-editor .gutter:hover .line-number.folded .icon-right {
|
|
visibility: visible;
|
|
}
|
|
atom-text-editor .gutter .line-number.folded .icon-right::before,
|
|
atom-text-editor .gutter:hover .line-number.folded .icon-right::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 0.8em;
|
|
width: 0.8em;
|
|
height: 0.8em;
|
|
content: "\f078";
|
|
}
|
|
atom-text-editor .gutter .line-number.folded .icon-right::before,
|
|
atom-text-editor .gutter:hover .line-number.folded .icon-right::before {
|
|
position: relative;
|
|
left: -0.1em;
|
|
}
|
|
atom-text-editor .scroll-view {
|
|
position: relative;
|
|
z-index: 0;
|
|
overflow: hidden;
|
|
-webkit-flex: 1;
|
|
min-width: 0;
|
|
}
|
|
atom-text-editor .underlayer {
|
|
position: absolute;
|
|
z-index: -2;
|
|
top: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
}
|
|
atom-text-editor .highlight {
|
|
background: none;
|
|
padding: 0;
|
|
}
|
|
atom-text-editor .highlight .region {
|
|
position: absolute;
|
|
pointer-events: none;
|
|
z-index: -1;
|
|
}
|
|
atom-text-editor .lines {
|
|
min-width: 100%;
|
|
position: relative;
|
|
z-index: 1;
|
|
}
|
|
atom-text-editor .line {
|
|
white-space: pre;
|
|
}
|
|
atom-text-editor .line.cursor-line .fold-marker::after {
|
|
opacity: 1;
|
|
}
|
|
atom-text-editor .fold-marker {
|
|
cursor: default;
|
|
}
|
|
atom-text-editor .fold-marker::after {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 0.8em;
|
|
width: 0.8em;
|
|
height: 0.8em;
|
|
content: "\f09a";
|
|
padding-left: 0.2em;
|
|
}
|
|
atom-text-editor .placeholder-text {
|
|
position: absolute;
|
|
color: rgba(168, 168, 168, 0.6);
|
|
}
|
|
atom-text-editor .invisible-character {
|
|
font-weight: normal !important;
|
|
font-style: normal !important;
|
|
}
|
|
atom-text-editor .indent-guide {
|
|
display: inline-block;
|
|
box-shadow: inset 1px 0;
|
|
}
|
|
atom-text-editor .hidden-input {
|
|
padding: 0;
|
|
border: 0;
|
|
position: absolute;
|
|
z-index: -1;
|
|
top: 0;
|
|
left: 0;
|
|
opacity: 0;
|
|
width: 1px;
|
|
}
|
|
atom-text-editor .cursor {
|
|
z-index: 4;
|
|
pointer-events: none;
|
|
box-sizing: border-box;
|
|
position: absolute;
|
|
border-left: 1px solid;
|
|
opacity: 0;
|
|
}
|
|
atom-text-editor.is-focused .cursor {
|
|
opacity: 1;
|
|
}
|
|
atom-text-editor .cursors.blink-off .cursor {
|
|
opacity: 0;
|
|
}
|
|
atom-text-editor .horizontal-scrollbar {
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
height: 15px;
|
|
overflow-x: auto;
|
|
overflow-y: hidden;
|
|
z-index: 3;
|
|
cursor: default;
|
|
}
|
|
atom-text-editor .horizontal-scrollbar .scrollbar-content {
|
|
height: 15px;
|
|
}
|
|
atom-text-editor .vertical-scrollbar {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
width: 15px;
|
|
overflow-x: hidden;
|
|
overflow-y: auto;
|
|
z-index: 3;
|
|
cursor: default;
|
|
}
|
|
atom-text-editor .scrollbar-corner {
|
|
position: absolute;
|
|
overflow: auto;
|
|
bottom: 0;
|
|
right: 0;
|
|
}
|
|
.select-list .loading .loading-message::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f09e";
|
|
}
|
|
.select-list .loading .loading-message::before {
|
|
font-size: 1.1em;
|
|
width: 1.1em;
|
|
height: 1.1em;
|
|
margin-right: 5px;
|
|
}
|
|
.select-list .loading .badge {
|
|
margin-left: 10px;
|
|
}
|
|
.select-list ol.list-group {
|
|
position: relative;
|
|
overflow-y: auto;
|
|
max-height: 312px;
|
|
margin: 10px 0 0 0;
|
|
padding: 0;
|
|
}
|
|
.select-list ol.list-group li {
|
|
display: block;
|
|
}
|
|
.select-list ol.list-group li .primary-line,
|
|
.select-list ol.list-group li .secondary-line {
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
}
|
|
atom-text-editor .lines .markup.git-commit.changed {
|
|
color: orange;
|
|
}
|
|
atom-text-editor .lines .markup.git-commit.deleted {
|
|
color: red;
|
|
}
|
|
atom-text-editor .lines .markup.git-commit.inserted {
|
|
color: green;
|
|
}
|
|
@-webkit-keyframes flash {
|
|
from {
|
|
background-color: #0000ff;
|
|
}
|
|
to {
|
|
background-color: null;
|
|
}
|
|
}
|
|
atom-text-editor .flash.selection .region {
|
|
-webkit-animation-name: flash;
|
|
-webkit-animation-duration: .5s;
|
|
-webkit-animation-iteration-count: 1;
|
|
}
|
|
.text-info code {
|
|
color: #6494ed;
|
|
background: rgba(0, 136, 255, 0.2);
|
|
}
|
|
.text-info a,
|
|
.text-info a code {
|
|
text-decoration: underline;
|
|
color: #3674e7;
|
|
}
|
|
.text-info a:hover,
|
|
.text-info a code:hover {
|
|
color: #1f64e5;
|
|
}
|
|
.text-success code {
|
|
color: #73c990;
|
|
background: rgba(32, 182, 132, 0.2);
|
|
}
|
|
.text-success a,
|
|
.text-success a code {
|
|
text-decoration: underline;
|
|
color: #4fba73;
|
|
}
|
|
.text-success a:hover,
|
|
.text-success a code:hover {
|
|
color: #43ad66;
|
|
}
|
|
.text-warning code {
|
|
color: #e2c08d;
|
|
background: rgba(204, 133, 51, 0.2);
|
|
}
|
|
.text-warning a,
|
|
.text-warning a code {
|
|
text-decoration: underline;
|
|
color: #d8aa64;
|
|
}
|
|
.text-warning a:hover,
|
|
.text-warning a code:hover {
|
|
color: #d39f50;
|
|
}
|
|
.text-error code {
|
|
color: #ff6347;
|
|
background: rgba(217, 38, 38, 0.2);
|
|
}
|
|
.text-error a,
|
|
.text-error a code {
|
|
text-decoration: underline;
|
|
color: #ff3814;
|
|
}
|
|
.text-error a:hover,
|
|
.text-error a code:hover {
|
|
color: #fa2500;
|
|
}
|
|
:focus {
|
|
outline: none;
|
|
}
|
|
.pull-center {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
.padded {
|
|
padding: 10px;
|
|
}
|
|
ul.block,
|
|
div.block {
|
|
margin-bottom: 10px;
|
|
}
|
|
div > ul.block:last-child,
|
|
div > div.block:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
.inline-block,
|
|
.inline-block-tight {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
}
|
|
.inline-block {
|
|
margin-right: 10px;
|
|
}
|
|
.inline-block-tight {
|
|
margin-right: 5px;
|
|
}
|
|
div > .inline-block:last-child,
|
|
div > .inline-block-tight:last-child {
|
|
margin-right: 0;
|
|
}
|
|
.inline-block .inline-block {
|
|
vertical-align: top;
|
|
}
|
|
.pull-right .inline-block {
|
|
margin-right: 0;
|
|
margin-left: 10px;
|
|
}
|
|
.pull-right .inline-block-tight {
|
|
margin-right: 0;
|
|
margin-left: 5px;
|
|
}
|
|
.pull-right > .inline-block:first-child,
|
|
.pull-right > .inline-block-tight:first-child {
|
|
margin-left: 0;
|
|
}
|
|
.icon-alert::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f02d";
|
|
}
|
|
.icon-alignment-align::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f08a";
|
|
}
|
|
.icon-alignment-aligned-to::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f08e";
|
|
}
|
|
.icon-alignment-unalign::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f08b";
|
|
}
|
|
.icon-arrow-down::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f03f";
|
|
}
|
|
.icon-arrow-left::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f040";
|
|
}
|
|
.icon-arrow-right::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f03e";
|
|
}
|
|
.icon-arrow-small-down::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f0a0";
|
|
}
|
|
.icon-arrow-small-left::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f0a1";
|
|
}
|
|
.icon-arrow-small-right::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f071";
|
|
}
|
|
.icon-arrow-small-up::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f09f";
|
|
}
|
|
.icon-arrow-up::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f03d";
|
|
}
|
|
.icon-beer::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f069";
|
|
}
|
|
.icon-book::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f007";
|
|
}
|
|
.icon-bookmark::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f07b";
|
|
}
|
|
.icon-briefcase::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f0d3";
|
|
}
|
|
.icon-broadcast::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f048";
|
|
}
|
|
.icon-browser::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f0c5";
|
|
}
|
|
.icon-bug::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f091";
|
|
}
|
|
.icon-calendar::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f068";
|
|
}
|
|
.icon-check::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f03a";
|
|
}
|
|
.icon-checklist::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f076";
|
|
}
|
|
.icon-chevron-down::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f0a3";
|
|
}
|
|
.icon-chevron-left::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f0a4";
|
|
}
|
|
.icon-chevron-right::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f078";
|
|
}
|
|
.icon-chevron-up::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f0a2";
|
|
}
|
|
.icon-circle-slash::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f084";
|
|
}
|
|
.icon-circuit-board::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f0d6";
|
|
}
|
|
.icon-clippy::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f035";
|
|
}
|
|
.icon-clock::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f046";
|
|
}
|
|
.icon-cloud-download::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f00b";
|
|
}
|
|
.icon-cloud-upload::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f00c";
|
|
}
|
|
.icon-code::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f05f";
|
|
}
|
|
.icon-color-mode::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f065";
|
|
}
|
|
.icon-comment::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f02b";
|
|
}
|
|
.icon-comment-add::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f02b";
|
|
}
|
|
.icon-comment-discussion::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f04f";
|
|
}
|
|
.icon-credit-card::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f045";
|
|
}
|
|
.icon-dash::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f0ca";
|
|
}
|
|
.icon-dashboard::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f07d";
|
|
}
|
|
.icon-database::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f096";
|
|
}
|
|
.icon-device-camera::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f056";
|
|
}
|
|
.icon-device-camera-video::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f057";
|
|
}
|
|
.icon-device-desktop::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f27c";
|
|
}
|
|
.icon-device-mobile::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f038";
|
|
}
|
|
.icon-diff::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f04d";
|
|
}
|
|
.icon-diff-added::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f06b";
|
|
}
|
|
.icon-diff-ignored::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f099";
|
|
}
|
|
.icon-diff-modified::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f06d";
|
|
}
|
|
.icon-diff-removed::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f06c";
|
|
}
|
|
.icon-diff-renamed::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f06e";
|
|
}
|
|
.icon-ellipsis::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f09a";
|
|
}
|
|
.icon-eye::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f04e";
|
|
}
|
|
.icon-eye-unwatch::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f04e";
|
|
}
|
|
.icon-eye-watch::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f04e";
|
|
}
|
|
.icon-file-add::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f05d";
|
|
}
|
|
.icon-file-binary::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f094";
|
|
}
|
|
.icon-file-code::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f010";
|
|
}
|
|
.icon-file-directory::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f016";
|
|
}
|
|
.icon-file-directory-create::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f05d";
|
|
}
|
|
.icon-file-media::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f012";
|
|
}
|
|
.icon-file-pdf::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f014";
|
|
}
|
|
.icon-file-submodule::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f017";
|
|
}
|
|
.icon-file-symlink-directory::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f0b1";
|
|
}
|
|
.icon-file-symlink-file::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f0b0";
|
|
}
|
|
.icon-file-text::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f011";
|
|
}
|
|
.icon-file-zip::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f013";
|
|
}
|
|
.icon-flame::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f0d2";
|
|
}
|
|
.icon-fold::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f0cc";
|
|
}
|
|
.icon-gear::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f02f";
|
|
}
|
|
.icon-gift::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f042";
|
|
}
|
|
.icon-gist::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f00e";
|
|
}
|
|
.icon-gist-fork::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f002";
|
|
}
|
|
.icon-gist-new::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f05d";
|
|
}
|
|
.icon-gist-private::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f06a";
|
|
}
|
|
.icon-gist-secret::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f08c";
|
|
}
|
|
.icon-git-branch::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f020";
|
|
}
|
|
.icon-git-branch-create::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f020";
|
|
}
|
|
.icon-git-branch-delete::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f020";
|
|
}
|
|
.icon-git-commit::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f01f";
|
|
}
|
|
.icon-git-compare::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f0ac";
|
|
}
|
|
.icon-git-fork-private::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f06a";
|
|
}
|
|
.icon-git-merge::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f023";
|
|
}
|
|
.icon-git-pull-request::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f009";
|
|
}
|
|
.icon-git-pull-request-abandoned::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f009";
|
|
}
|
|
.icon-globe::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f0b6";
|
|
}
|
|
.icon-graph::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f043";
|
|
}
|
|
.icon-heart::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\2665";
|
|
}
|
|
.icon-history::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f07e";
|
|
}
|
|
.icon-home::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f08d";
|
|
}
|
|
.icon-horizontal-rule::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f070";
|
|
}
|
|
.icon-hourglass::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f09e";
|
|
}
|
|
.icon-hubot::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f09d";
|
|
}
|
|
.icon-inbox::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f0cf";
|
|
}
|
|
.icon-info::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f059";
|
|
}
|
|
.icon-issue-closed::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f028";
|
|
}
|
|
.icon-issue-opened::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f026";
|
|
}
|
|
.icon-issue-reopened::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f027";
|
|
}
|
|
.icon-jersey::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f019";
|
|
}
|
|
.icon-jump-down::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f072";
|
|
}
|
|
.icon-jump-left::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f0a5";
|
|
}
|
|
.icon-jump-right::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f0a6";
|
|
}
|
|
.icon-jump-up::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f073";
|
|
}
|
|
.icon-key::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f049";
|
|
}
|
|
.icon-keyboard::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f00d";
|
|
}
|
|
.icon-law::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f0d8";
|
|
}
|
|
.icon-light-bulb::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f000";
|
|
}
|
|
.icon-link::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f05c";
|
|
}
|
|
.icon-link-external::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f07f";
|
|
}
|
|
.icon-list-ordered::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f062";
|
|
}
|
|
.icon-list-unordered::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f061";
|
|
}
|
|
.icon-location::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f060";
|
|
}
|
|
.icon-lock::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f06a";
|
|
}
|
|
.icon-log-in::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f036";
|
|
}
|
|
.icon-log-out::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f032";
|
|
}
|
|
.icon-logo-github::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f092";
|
|
}
|
|
.icon-mail::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f03b";
|
|
}
|
|
.icon-mail-read::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f03c";
|
|
}
|
|
.icon-mail-reply::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f051";
|
|
}
|
|
.icon-mark-github::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f00a";
|
|
}
|
|
.icon-markdown::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f0c9";
|
|
}
|
|
.icon-megaphone::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f077";
|
|
}
|
|
.icon-mention::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f0be";
|
|
}
|
|
.icon-microscope::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f089";
|
|
}
|
|
.icon-milestone::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f075";
|
|
}
|
|
.icon-mirror::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f024";
|
|
}
|
|
.icon-mirror-private::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f06a";
|
|
}
|
|
.icon-mirror-public::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f024";
|
|
}
|
|
.icon-mortar-board::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f0d7";
|
|
}
|
|
.icon-move-down::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f0a8";
|
|
}
|
|
.icon-move-left::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f074";
|
|
}
|
|
.icon-move-right::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f0a9";
|
|
}
|
|
.icon-move-up::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f0a7";
|
|
}
|
|
.icon-mute::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f080";
|
|
}
|
|
.icon-no-newline::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f09c";
|
|
}
|
|
.icon-octoface::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f008";
|
|
}
|
|
.icon-organization::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f037";
|
|
}
|
|
.icon-package::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f0c4";
|
|
}
|
|
.icon-paintcan::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f0d1";
|
|
}
|
|
.icon-pencil::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f058";
|
|
}
|
|
.icon-person::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f018";
|
|
}
|
|
.icon-person-add::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f018";
|
|
}
|
|
.icon-person-follow::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f018";
|
|
}
|
|
.icon-pin::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f041";
|
|
}
|
|
.icon-playback-fast-forward::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f0bd";
|
|
}
|
|
.icon-playback-pause::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f0bb";
|
|
}
|
|
.icon-playback-play::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f0bf";
|
|
}
|
|
.icon-playback-rewind::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f0bc";
|
|
}
|
|
.icon-plug::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f0d4";
|
|
}
|
|
.icon-plus::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f05d";
|
|
}
|
|
.icon-podium::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f0af";
|
|
}
|
|
.icon-primitive-dot::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f052";
|
|
}
|
|
.icon-primitive-square::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f053";
|
|
}
|
|
.icon-pulse::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f085";
|
|
}
|
|
.icon-puzzle::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f0c0";
|
|
}
|
|
.icon-question::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f02c";
|
|
}
|
|
.icon-quote::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f063";
|
|
}
|
|
.icon-radio-tower::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f030";
|
|
}
|
|
.icon-remove-close::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f081";
|
|
}
|
|
.icon-repo::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f001";
|
|
}
|
|
.icon-repo-clone::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f04c";
|
|
}
|
|
.icon-repo-create::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f05d";
|
|
}
|
|
.icon-repo-delete::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f001";
|
|
}
|
|
.icon-repo-force-push::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f04a";
|
|
}
|
|
.icon-repo-forked::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f002";
|
|
}
|
|
.icon-repo-pull::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f006";
|
|
}
|
|
.icon-repo-push::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f005";
|
|
}
|
|
.icon-repo-sync::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f087";
|
|
}
|
|
.icon-rocket::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f033";
|
|
}
|
|
.icon-rss::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f034";
|
|
}
|
|
.icon-ruby::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f047";
|
|
}
|
|
.icon-screen-full::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f066";
|
|
}
|
|
.icon-screen-normal::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f067";
|
|
}
|
|
.icon-search::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f02e";
|
|
}
|
|
.icon-search-save::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f02e";
|
|
}
|
|
.icon-server::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f097";
|
|
}
|
|
.icon-settings::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f07c";
|
|
}
|
|
.icon-sign-in::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f036";
|
|
}
|
|
.icon-sign-out::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f032";
|
|
}
|
|
.icon-split::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f0c6";
|
|
}
|
|
.icon-squirrel::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f0b2";
|
|
}
|
|
.icon-star::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f02a";
|
|
}
|
|
.icon-star-add::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f02a";
|
|
}
|
|
.icon-star-delete::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f02a";
|
|
}
|
|
.icon-steps::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f0c7";
|
|
}
|
|
.icon-stop::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f08f";
|
|
}
|
|
.icon-sync::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f087";
|
|
}
|
|
.icon-tag::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f015";
|
|
}
|
|
.icon-tag-add::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f015";
|
|
}
|
|
.icon-tag-remove::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f015";
|
|
}
|
|
.icon-telescope::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f088";
|
|
}
|
|
.icon-terminal::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f0c8";
|
|
}
|
|
.icon-three-bars::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f05e";
|
|
}
|
|
.icon-tools::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f031";
|
|
}
|
|
.icon-trashcan::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f0d0";
|
|
}
|
|
.icon-triangle-down::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f05b";
|
|
}
|
|
.icon-triangle-left::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f044";
|
|
}
|
|
.icon-triangle-right::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f05a";
|
|
}
|
|
.icon-triangle-up::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f0aa";
|
|
}
|
|
.icon-unfold::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f039";
|
|
}
|
|
.icon-unmute::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f0ba";
|
|
}
|
|
.icon-versions::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f064";
|
|
}
|
|
.icon-x::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\f081";
|
|
}
|
|
.icon-zap::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
content: "\26A1";
|
|
}
|
|
* {
|
|
box-sizing: border-box;
|
|
}
|
|
html {
|
|
font-size: 12px;
|
|
}
|
|
atom-workspace {
|
|
background-color: #2b2b2b;
|
|
}
|
|
atom-workspace atom-panel-container.left:empty {
|
|
padding-left: 0.5em;
|
|
}
|
|
.platform-darwin atom-workspace.theme-one-light-ui {
|
|
border-top: 1px solid #000000;
|
|
}
|
|
.platform-darwin.is-blurred atom-workspace.theme-one-light-ui {
|
|
border-top-color: #1f1f1f;
|
|
}
|
|
.scrollbars-visible-always /deep/ ::-webkit-scrollbar {
|
|
width: 10px;
|
|
height: 10px;
|
|
}
|
|
.scrollbars-visible-always /deep/ ::-webkit-scrollbar-track {
|
|
background: #2b2b2b;
|
|
}
|
|
.scrollbars-visible-always /deep/ ::-webkit-scrollbar-thumb {
|
|
border-radius: 5px;
|
|
border: 3px solid #2b2b2b;
|
|
background: #424242;
|
|
background-clip: content-box;
|
|
}
|
|
.scrollbars-visible-always /deep/ ::-webkit-scrollbar-corner {
|
|
background: #2b2b2b;
|
|
}
|
|
.scrollbars-visible-always /deep/ ::-webkit-scrollbar-thumb:vertical:active {
|
|
border-radius: 0;
|
|
border-left-width: 0;
|
|
border-right-width: 0;
|
|
}
|
|
.scrollbars-visible-always /deep/ ::-webkit-scrollbar-thumb:horizontal:active {
|
|
border-radius: 0;
|
|
border-top-width: 0;
|
|
border-bottom-width: 0;
|
|
}
|
|
.scrollbars-visible-always atom-text-editor /deep/ ::-webkit-scrollbar-track {
|
|
background: #ffffff;
|
|
}
|
|
.scrollbars-visible-always atom-text-editor /deep/ ::-webkit-scrollbar-corner {
|
|
background: #ffffff;
|
|
}
|
|
.scrollbars-visible-always atom-text-editor /deep/ ::-webkit-scrollbar-thumb {
|
|
border-color: #ffffff;
|
|
background: #d1d1d1;
|
|
}
|
|
.caret {
|
|
border-top: 5px solid #fff;
|
|
margin-top: -1px;
|
|
}
|
|
.badge {
|
|
padding: 0.375em 0.6em;
|
|
min-width: 1.875em;
|
|
font-weight: normal;
|
|
color: #dbdbdb;
|
|
border-radius: 2em;
|
|
background-color: #4d4d4d;
|
|
}
|
|
.badge.icon {
|
|
font-size: 1em;
|
|
padding: 0.45454545em 0.68181818em;
|
|
}
|
|
.btn {
|
|
height: initial;
|
|
padding: 0 0.8em;
|
|
font-size: 1em;
|
|
line-height: 2em;
|
|
}
|
|
.btn,
|
|
.btn.btn-default {
|
|
color: #a8a8a8;
|
|
text-shadow: none;
|
|
border: 1px solid #1f1f1f;
|
|
background-color: #424242;
|
|
background-image: linear-gradient(#474747, #424242);
|
|
}
|
|
.btn:focus,
|
|
.btn.btn-default:focus {
|
|
outline: none;
|
|
}
|
|
.btn:focus,
|
|
.btn.btn-default:focus,
|
|
.btn:hover,
|
|
.btn.btn-default:hover {
|
|
color: #dbdbdb;
|
|
background-image: linear-gradient(#4d4d4d, #474747);
|
|
}
|
|
.btn:active,
|
|
.btn.btn-default:active {
|
|
background: #383838;
|
|
box-shadow: none;
|
|
}
|
|
.btn.selected,
|
|
.btn.btn-default.selected {
|
|
background: #528bff;
|
|
}
|
|
.btn.selected:focus,
|
|
.btn.btn-default.selected:focus,
|
|
.btn.selected:hover,
|
|
.btn.btn-default.selected:hover {
|
|
background: #5c92ff;
|
|
}
|
|
.btn.btn-primary {
|
|
color: #dbdbdb;
|
|
text-shadow: none;
|
|
border: 1px solid #1f1f1f;
|
|
background-color: #528bff;
|
|
background-image: linear-gradient(#5c92ff, #528bff);
|
|
color: white;
|
|
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
|
|
}
|
|
.btn.btn-primary:focus {
|
|
outline: none;
|
|
}
|
|
.btn.btn-primary:focus,
|
|
.btn.btn-primary:hover {
|
|
color: #ffffff;
|
|
background-image: linear-gradient(#6b9cff, #6196ff);
|
|
}
|
|
.btn.btn-primary:active {
|
|
background: #3d7eff;
|
|
box-shadow: none;
|
|
}
|
|
.btn.btn-primary.selected {
|
|
background: #1463ff;
|
|
}
|
|
.btn.btn-primary.selected:focus,
|
|
.btn.btn-primary.selected:hover {
|
|
background: #1f69ff;
|
|
}
|
|
.btn.btn-primary:hover,
|
|
.btn.btn-primary:focus {
|
|
color: white;
|
|
}
|
|
.btn.btn-primary.icon:before {
|
|
color: white;
|
|
}
|
|
.btn.btn-info {
|
|
color: #dbdbdb;
|
|
text-shadow: none;
|
|
border: 1px solid #1f1f1f;
|
|
background-color: #0088ff;
|
|
background-image: linear-gradient(#0a8dff, #0088ff);
|
|
color: white;
|
|
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
|
|
}
|
|
.btn.btn-info:focus {
|
|
outline: none;
|
|
}
|
|
.btn.btn-info:focus,
|
|
.btn.btn-info:hover {
|
|
color: #ffffff;
|
|
background-image: linear-gradient(#1a94ff, #0f8fff);
|
|
}
|
|
.btn.btn-info:active {
|
|
background: #007deb;
|
|
box-shadow: none;
|
|
}
|
|
.btn.btn-info.selected {
|
|
background: #0067c2;
|
|
}
|
|
.btn.btn-info.selected:focus,
|
|
.btn.btn-info.selected:hover {
|
|
background: #006dcc;
|
|
}
|
|
.btn.btn-info:hover,
|
|
.btn.btn-info:focus {
|
|
color: white;
|
|
}
|
|
.btn.btn-info.icon:before {
|
|
color: white;
|
|
}
|
|
.btn.btn-success {
|
|
color: #dbdbdb;
|
|
text-shadow: none;
|
|
border: 1px solid #1f1f1f;
|
|
background-color: #20b684;
|
|
background-image: linear-gradient(#22bf8a, #20b684);
|
|
color: white;
|
|
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
|
|
}
|
|
.btn.btn-success:focus {
|
|
outline: none;
|
|
}
|
|
.btn.btn-success:focus,
|
|
.btn.btn-success:hover {
|
|
color: #ffffff;
|
|
background-image: linear-gradient(#24cc94, #22c38e);
|
|
}
|
|
.btn.btn-success:active {
|
|
background: #1da578;
|
|
box-shadow: none;
|
|
}
|
|
.btn.btn-success.selected {
|
|
background: #089163;
|
|
}
|
|
.btn.btn-success.selected:focus,
|
|
.btn.btn-success.selected:hover {
|
|
background: #089b6a;
|
|
}
|
|
.btn.btn-success:hover,
|
|
.btn.btn-success:focus {
|
|
color: white;
|
|
}
|
|
.btn.btn-success.icon:before {
|
|
color: white;
|
|
}
|
|
.btn.btn-warning {
|
|
color: #dbdbdb;
|
|
text-shadow: none;
|
|
border: 1px solid #1f1f1f;
|
|
background-color: #cc8533;
|
|
background-image: linear-gradient(#ce893b, #cc8533);
|
|
color: white;
|
|
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
|
|
}
|
|
.btn.btn-warning:focus {
|
|
outline: none;
|
|
}
|
|
.btn.btn-warning:focus,
|
|
.btn.btn-warning:hover {
|
|
color: #ffffff;
|
|
background-image: linear-gradient(#d19147, #cf8c3f);
|
|
}
|
|
.btn.btn-warning:active {
|
|
background: #bc7a2f;
|
|
box-shadow: none;
|
|
}
|
|
.btn.btn-warning.selected {
|
|
background: #ae6613;
|
|
}
|
|
.btn.btn-warning.selected:focus,
|
|
.btn.btn-warning.selected:hover {
|
|
background: #b86b14;
|
|
}
|
|
.btn.btn-warning:hover,
|
|
.btn.btn-warning:focus {
|
|
color: white;
|
|
}
|
|
.btn.btn-warning.icon:before {
|
|
color: white;
|
|
}
|
|
.btn.btn-error {
|
|
color: #dbdbdb;
|
|
text-shadow: none;
|
|
border: 1px solid #1f1f1f;
|
|
background-color: #d92626;
|
|
background-image: linear-gradient(#da2f2f, #d92626);
|
|
color: white;
|
|
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
|
|
}
|
|
.btn.btn-error:focus {
|
|
outline: none;
|
|
}
|
|
.btn.btn-error:focus,
|
|
.btn.btn-error:hover {
|
|
color: #ffffff;
|
|
background-image: linear-gradient(#dd3c3c, #db3333);
|
|
}
|
|
.btn.btn-error:active {
|
|
background: #c72323;
|
|
box-shadow: none;
|
|
}
|
|
.btn.btn-error.selected {
|
|
background: #b80a0a;
|
|
}
|
|
.btn.btn-error.selected:focus,
|
|
.btn.btn-error.selected:hover {
|
|
background: #c20a0a;
|
|
}
|
|
.btn.btn-error:hover,
|
|
.btn.btn-error:focus {
|
|
color: white;
|
|
}
|
|
.btn.btn-error.icon:before {
|
|
color: white;
|
|
}
|
|
.btn.btn-xs,
|
|
.btn-group-xs > .btn {
|
|
font-size: 0.8em;
|
|
line-height: 2em;
|
|
padding: 0 0.8em;
|
|
}
|
|
.btn.btn-sm,
|
|
.btn-group-sm > .btn {
|
|
font-size: 0.9em;
|
|
line-height: 2em;
|
|
padding: 0 0.8em;
|
|
}
|
|
.btn.btn-lg,
|
|
.btn-group-lg > .btn {
|
|
font-size: 1.5em;
|
|
line-height: 2em;
|
|
padding: 0 0.8em;
|
|
}
|
|
.btn-group > .btn {
|
|
z-index: 0;
|
|
}
|
|
.btn-group > .btn:hover {
|
|
z-index: 0;
|
|
}
|
|
.btn-group > .btn:first-child {
|
|
border-left: 1px solid #1f1f1f;
|
|
}
|
|
.btn-group > .btn:last-child {
|
|
border-right: 1px solid #1f1f1f;
|
|
}
|
|
.btn-group > .btn.btn:focus {
|
|
z-index: 1;
|
|
}
|
|
.btn-group > .btn.selected,
|
|
.btn-group > .btn.selected:first-child,
|
|
.btn-group > .btn.selected:last-child {
|
|
color: white;
|
|
border: 1px solid #1f1f1f;
|
|
}
|
|
.btn-group > .btn.selected + .btn {
|
|
border-left-color: #1f1f1f;
|
|
}
|
|
atom-text-editor[mini] {
|
|
line-height: 25px;
|
|
max-height: 27px;
|
|
overflow: auto;
|
|
}
|
|
atom-text-editor[mini] {
|
|
font-size: 1.25em;
|
|
line-height: 2em;
|
|
max-height: none;
|
|
padding-left: 0;
|
|
border-radius: 3px;
|
|
color: #dbdbdb;
|
|
border: 1px solid #1f1f1f;
|
|
background-color: rgba(0, 0, 0, 0.2);
|
|
padding-left: 0.75em;
|
|
}
|
|
atom-text-editor[mini] .placeholder-text,
|
|
atom-text-editor[mini]::shadow .placeholder-text {
|
|
color: rgba(168, 168, 168, 0.6);
|
|
}
|
|
atom-text-editor[mini] .selection .region,
|
|
atom-text-editor[mini]::shadow .selection .region {
|
|
background-color: #383838;
|
|
}
|
|
atom-text-editor[mini] .cursor,
|
|
atom-text-editor[mini]::shadow .cursor {
|
|
border-color: #528bff;
|
|
border-width: 2px;
|
|
}
|
|
atom-text-editor[mini].is-focused,
|
|
atom-text-editor[mini].is-focused::shadow {
|
|
outline: none;
|
|
border-color: #528bff;
|
|
box-shadow: 0 0 0 1px #528bff;
|
|
background-color: rgba(0, 0, 0, 0.26);
|
|
}
|
|
atom-text-editor[mini].is-focused .selection .region,
|
|
atom-text-editor[mini].is-focused::shadow .selection .region {
|
|
background-color: #474747;
|
|
}
|
|
.status {
|
|
font-weight: normal;
|
|
color: #a8a8a8;
|
|
}
|
|
.status-added {
|
|
color: #73c990;
|
|
}
|
|
.status-ignored {
|
|
font-weight: normal;
|
|
color: rgba(168, 168, 168, 0.6);
|
|
}
|
|
.status-modified {
|
|
color: #e2c08d;
|
|
}
|
|
.status-removed {
|
|
color: #ff6347;
|
|
}
|
|
.status-renamed {
|
|
color: #6494ed;
|
|
}
|
|
.list-group li:not(.list-nested-item),
|
|
.list-tree li:not(.list-nested-item),
|
|
.list-group li.list-nested-item > .list-item,
|
|
.list-tree li.list-nested-item > .list-item {
|
|
font-weight: normal;
|
|
color: #a8a8a8;
|
|
}
|
|
.list-group li:not(.list-nested-item).text-subtle,
|
|
.list-tree li:not(.list-nested-item).text-subtle,
|
|
.list-group li.list-nested-item.text-subtle > .list-item,
|
|
.list-tree li.list-nested-item.text-subtle > .list-item {
|
|
font-weight: normal;
|
|
color: rgba(168, 168, 168, 0.6);
|
|
}
|
|
.list-group li:not(.list-nested-item).text-info,
|
|
.list-tree li:not(.list-nested-item).text-info,
|
|
.list-group li.list-nested-item.text-info > .list-item,
|
|
.list-tree li.list-nested-item.text-info > .list-item {
|
|
color: #6494ed;
|
|
}
|
|
.list-group li:not(.list-nested-item).text-success,
|
|
.list-tree li:not(.list-nested-item).text-success,
|
|
.list-group li.list-nested-item.text-success > .list-item,
|
|
.list-tree li.list-nested-item.text-success > .list-item {
|
|
color: #73c990;
|
|
}
|
|
.list-group li:not(.list-nested-item).text-warning,
|
|
.list-tree li:not(.list-nested-item).text-warning,
|
|
.list-group li.list-nested-item.text-warning > .list-item,
|
|
.list-tree li.list-nested-item.text-warning > .list-item {
|
|
color: #e2c08d;
|
|
}
|
|
.list-group li:not(.list-nested-item).text-error,
|
|
.list-tree li:not(.list-nested-item).text-error,
|
|
.list-group li.list-nested-item.text-error > .list-item,
|
|
.list-tree li.list-nested-item.text-error > .list-item {
|
|
color: #ff6347;
|
|
}
|
|
.list-group li:not(.list-nested-item).text-selected,
|
|
.list-tree li:not(.list-nested-item).text-selected,
|
|
.list-group li.list-nested-item.text-selected > .list-item,
|
|
.list-tree li.list-nested-item.text-selected > .list-item {
|
|
font-weight: normal;
|
|
color: #dbdbdb;
|
|
}
|
|
.list-group li:not(.list-nested-item).status-added,
|
|
.list-tree li:not(.list-nested-item).status-added,
|
|
.list-group li.list-nested-item.status-added > .list-item,
|
|
.list-tree li.list-nested-item.status-added > .list-item {
|
|
color: #73c990;
|
|
}
|
|
.list-group li:not(.list-nested-item).selected.status-added,
|
|
.list-tree li:not(.list-nested-item).selected.status-added,
|
|
.list-group li.list-nested-item.selected.status-added > .list-item,
|
|
.list-tree li.list-nested-item.selected.status-added > .list-item {
|
|
color: #73c990;
|
|
}
|
|
.list-group li:not(.list-nested-item).status-ignored,
|
|
.list-tree li:not(.list-nested-item).status-ignored,
|
|
.list-group li.list-nested-item.status-ignored > .list-item,
|
|
.list-tree li.list-nested-item.status-ignored > .list-item {
|
|
color: rgba(168, 168, 168, 0.6);
|
|
}
|
|
.list-group li:not(.list-nested-item).selected.status-ignored,
|
|
.list-tree li:not(.list-nested-item).selected.status-ignored,
|
|
.list-group li.list-nested-item.selected.status-ignored > .list-item,
|
|
.list-tree li.list-nested-item.selected.status-ignored > .list-item {
|
|
color: rgba(168, 168, 168, 0.6);
|
|
}
|
|
.list-group li:not(.list-nested-item).status-modified,
|
|
.list-tree li:not(.list-nested-item).status-modified,
|
|
.list-group li.list-nested-item.status-modified > .list-item,
|
|
.list-tree li.list-nested-item.status-modified > .list-item {
|
|
color: #e2c08d;
|
|
}
|
|
.list-group li:not(.list-nested-item).selected.status-modified,
|
|
.list-tree li:not(.list-nested-item).selected.status-modified,
|
|
.list-group li.list-nested-item.selected.status-modified > .list-item,
|
|
.list-tree li.list-nested-item.selected.status-modified > .list-item {
|
|
color: #e2c08d;
|
|
}
|
|
.list-group li:not(.list-nested-item).status-removed,
|
|
.list-tree li:not(.list-nested-item).status-removed,
|
|
.list-group li.list-nested-item.status-removed > .list-item,
|
|
.list-tree li.list-nested-item.status-removed > .list-item {
|
|
color: #ff6347;
|
|
}
|
|
.list-group li:not(.list-nested-item).selected.status-removed,
|
|
.list-tree li:not(.list-nested-item).selected.status-removed,
|
|
.list-group li.list-nested-item.selected.status-removed > .list-item,
|
|
.list-tree li.list-nested-item.selected.status-removed > .list-item {
|
|
color: #ff6347;
|
|
}
|
|
.list-group li:not(.list-nested-item).status-renamed,
|
|
.list-tree li:not(.list-nested-item).status-renamed,
|
|
.list-group li.list-nested-item.status-renamed > .list-item,
|
|
.list-tree li.list-nested-item.status-renamed > .list-item {
|
|
color: #6494ed;
|
|
}
|
|
.list-group li:not(.list-nested-item).selected.status-renamed,
|
|
.list-tree li:not(.list-nested-item).selected.status-renamed,
|
|
.list-group li.list-nested-item.selected.status-renamed > .list-item,
|
|
.list-tree li.list-nested-item.selected.status-renamed > .list-item {
|
|
color: #6494ed;
|
|
}
|
|
.list-group li:not(.list-nested-item).selected,
|
|
.list-tree li:not(.list-nested-item).selected,
|
|
.list-group li.list-nested-item.selected > .list-item,
|
|
.list-tree li.list-nested-item.selected > .list-item {
|
|
font-weight: normal;
|
|
color: #dbdbdb;
|
|
}
|
|
.list-group .no-icon,
|
|
.list-tree .no-icon {
|
|
padding-left: calc(0.45454545em + 16px);
|
|
}
|
|
.list-tree.has-collapsable-children .list-nested-item > .list-item::before {
|
|
text-align: center;
|
|
}
|
|
.select-list ol.list-group li.two-lines .secondary-line,
|
|
.select-list ol.list-group li.two-lines .secondary-line {
|
|
color: rgba(168, 168, 168, 0.6);
|
|
}
|
|
.select-list ol.list-group li.two-lines.selected .secondary-line,
|
|
.select-list ol.list-group li.two-lines.selected .secondary-line {
|
|
color: rgba(219, 219, 219, 0.5);
|
|
text-shadow: none;
|
|
}
|
|
.select-list ol.list-group li.selected,
|
|
.select-list ol.list-group li.selected {
|
|
background-color: #474747;
|
|
}
|
|
.select-list ol.list-group li.selected:before,
|
|
.select-list ol.list-group li.selected:before {
|
|
display: none;
|
|
}
|
|
.select-list ol.list-group.mark-active li:before,
|
|
.select-list ol.list-group.mark-active li:before {
|
|
content: '';
|
|
background-color: transparent;
|
|
position: static;
|
|
display: inline-block;
|
|
left: auto;
|
|
right: auto;
|
|
height: 14px;
|
|
width: 14px;
|
|
}
|
|
.select-list ol.list-group.mark-active > li:not(.active):before,
|
|
.select-list ol.list-group.mark-active > li:not(.active):before {
|
|
margin-right: 0.45454545em;
|
|
}
|
|
.select-list ol.list-group.mark-active li.active::before,
|
|
.select-list ol.list-group.mark-active li.active::before {
|
|
font-family: 'Octicons Regular';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
font-size: 14px;
|
|
width: 14px;
|
|
height: 14px;
|
|
content: "\f03a";
|
|
}
|
|
.select-list ol.list-group.mark-active li.active:before,
|
|
.select-list ol.list-group.mark-active li.active:before {
|
|
margin-right: 0.45454545em;
|
|
color: #73c990;
|
|
}
|
|
.select-list.popover-list {
|
|
background-color: #333333;
|
|
box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.3);
|
|
padding: 0.375em;
|
|
border-radius: 3px;
|
|
}
|
|
.select-list.popover-list atom-text-editor[mini] {
|
|
margin-bottom: 0.375em;
|
|
}
|
|
.select-list.popover-list ol.list-group {
|
|
margin-top: 0.375em;
|
|
}
|
|
.select-list.popover-list .list-group li {
|
|
padding-left: 0.375em;
|
|
}
|
|
.ui-sortable li {
|
|
line-height: 2.5;
|
|
}
|
|
.ui-sortable li.ui-sortable-placeholder {
|
|
visibility: visible !important;
|
|
background-color: #1a1a1a;
|
|
}
|
|
li.ui-draggable-dragging,
|
|
li.ui-sortable-helper {
|
|
line-height: 2em;
|
|
height: 2em;
|
|
border: 0;
|
|
border-radius: 0;
|
|
list-style: none;
|
|
padding: 0 1.5em;
|
|
background: #3d3d3d;
|
|
box-shadow: 0 0 1px #1f1f1f;
|
|
}
|
|
ul.background-message {
|
|
font-weight: bold;
|
|
color: rgba(168, 168, 168, 0.2);
|
|
}
|
|
.nav-tabs {
|
|
border-bottom: 1px solid #1f1f1f;
|
|
}
|
|
.nav-tabs li a,
|
|
.nav-tabs li.active a {
|
|
border: none;
|
|
margin-right: 0px;
|
|
margin-bottom: 1px;
|
|
}
|
|
.nav-tabs li a:hover,
|
|
.nav-tabs li.active a,
|
|
.nav-tabs li.active a:hover {
|
|
background-color: #3d3d3d;
|
|
border: none;
|
|
color: white;
|
|
border-bottom-left-radius: 0px;
|
|
border-bottom-right-radius: 0px;
|
|
}
|
|
.nav-tabs li.active a {
|
|
background-color: #333333;
|
|
}
|
|
atom-panel.modal {
|
|
width: 50em;
|
|
margin-left: -25em;
|
|
color: #a8a8a8;
|
|
background-color: transparent;
|
|
padding: 0.75em;
|
|
}
|
|
atom-panel.modal atom-text-editor[mini] {
|
|
margin-bottom: 0.75em;
|
|
}
|
|
atom-panel.modal .select-list ol.list-group,
|
|
atom-panel.modal.select-list ol.list-group {
|
|
border: 1px solid #1f1f1f;
|
|
background-color: #383838;
|
|
}
|
|
atom-panel.modal .select-list ol.list-group:empty,
|
|
atom-panel.modal.select-list ol.list-group:empty {
|
|
border: none;
|
|
margin-top: 0;
|
|
}
|
|
atom-panel.modal .select-list ol.list-group li,
|
|
atom-panel.modal.select-list ol.list-group li {
|
|
padding: 0.75em 1em;
|
|
line-height: 2em;
|
|
border-bottom: 1px solid #1f1f1f;
|
|
}
|
|
atom-panel.modal .select-list ol.list-group li:last-of-type,
|
|
atom-panel.modal.select-list ol.list-group li:last-of-type {
|
|
border-bottom: none;
|
|
}
|
|
atom-panel.modal .select-list ol.list-group li .status.icon,
|
|
atom-panel.modal.select-list ol.list-group li .status.icon {
|
|
float: right;
|
|
margin-left: 0.45454545em;
|
|
}
|
|
atom-panel.modal .select-list ol.list-group li .status.icon:before,
|
|
atom-panel.modal.select-list ol.list-group li .status.icon:before {
|
|
margin-right: 0;
|
|
}
|
|
atom-panel.modal .select-list ol.list-group li.selected .status.icon,
|
|
atom-panel.modal.select-list ol.list-group li.selected .status.icon {
|
|
color: white;
|
|
}
|
|
atom-panel.modal .select-list .key-binding {
|
|
margin-top: -1px;
|
|
margin-left: 0.75em;
|
|
margin-right: calc(-0.5em + 1px);
|
|
}
|
|
atom-panel.modal .select-list .primary-line {
|
|
display: block;
|
|
}
|
|
atom-panel.modal > * {
|
|
position: relative;
|
|
}
|
|
atom-panel.modal:before {
|
|
content: "";
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
z-index: 0;
|
|
background-color: #333333;
|
|
border-top: 1px solid rgba(0, 0, 0, 0.2);
|
|
border-radius: 0 0 6px 6px;
|
|
box-shadow: 0 6px 12px -2px rgba(0, 0, 0, 0.4);
|
|
}
|
|
atom-panel.modal:after {
|
|
content: "";
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
z-index: -1;
|
|
background: rgba(13, 13, 13, 0.5);
|
|
-webkit-animation: overlay-fade 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
}
|
|
@-webkit-keyframes overlay-fade {
|
|
0% {
|
|
opacity: 0;
|
|
}
|
|
100% {
|
|
opacity: 1;
|
|
}
|
|
}
|
|
.panel.bordered {
|
|
border: 1px solid #1f1f1f;
|
|
border-radius: 3px;
|
|
}
|
|
atom-panel {
|
|
font-weight: normal;
|
|
color: #a8a8a8;
|
|
position: relative;
|
|
}
|
|
.inset-panel {
|
|
position: relative;
|
|
background-color: #3d3d3d;
|
|
border-radius: 3px;
|
|
}
|
|
.inset-panel.bordered {
|
|
border: 1px solid #1f1f1f;
|
|
border-radius: 3px;
|
|
}
|
|
.inset-panel .panel-heading {
|
|
border-color: rgba(31, 31, 31, 0.85);
|
|
}
|
|
.panel-heading {
|
|
font-weight: normal;
|
|
color: #a8a8a8;
|
|
border-bottom: 1px solid #1f1f1f;
|
|
background-color: #333333;
|
|
}
|
|
.panel-heading .btn {
|
|
padding-left: 8px;
|
|
padding-right: 8px;
|
|
color: #c2c2c2;
|
|
text-shadow: none;
|
|
border: 1px solid #1f1f1f;
|
|
background-color: #5c5c5c;
|
|
background-image: linear-gradient(#616161, #5c5c5c);
|
|
}
|
|
.panel-heading .btn:focus {
|
|
outline: none;
|
|
}
|
|
.panel-heading .btn:focus,
|
|
.panel-heading .btn:hover {
|
|
color: #f5f5f5;
|
|
background-image: linear-gradient(#666666, #616161);
|
|
}
|
|
.panel-heading .btn:active {
|
|
background: #525252;
|
|
box-shadow: none;
|
|
}
|
|
.panel-heading .btn.selected {
|
|
background: #85adff;
|
|
}
|
|
.panel-heading .btn.selected:focus,
|
|
.panel-heading .btn.selected:hover {
|
|
background: #8fb4ff;
|
|
}
|
|
atom-pane-container atom-pane {
|
|
position: relative;
|
|
padding-top: 0.5em;
|
|
padding-right: 0.5em;
|
|
}
|
|
atom-pane-container atom-pane .item-views {
|
|
border: 1px solid #1f1f1f;
|
|
border-top: none;
|
|
}
|
|
atom-pane-container atom-pane-axis.horizontal > atom-pane-resize-handle {
|
|
width: 0.5em;
|
|
margin-left: -0.5em;
|
|
}
|
|
atom-pane-container atom-pane-axis.vertical > atom-pane-resize-handle {
|
|
height: 0.5em;
|
|
margin-top: 0;
|
|
}
|
|
.loading-spinner-large {
|
|
width: 64px;
|
|
height: 64px;
|
|
display: block;
|
|
background-image: url(images/octocat-spinner-128.gif);
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
}
|
|
.loading-spinner-large.inline-block {
|
|
display: inline-block;
|
|
}
|
|
.loading-spinner-medium {
|
|
width: 50px;
|
|
height: 50px;
|
|
display: block;
|
|
background-image: url(images/octocat-spinner-128.gif);
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
}
|
|
.loading-spinner-medium.inline-block {
|
|
display: inline-block;
|
|
}
|
|
.loading-spinner-small {
|
|
width: 32px;
|
|
height: 32px;
|
|
display: block;
|
|
background-image: url(images/octocat-spinner-128.gif);
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
}
|
|
.loading-spinner-small.inline-block {
|
|
display: inline-block;
|
|
}
|
|
.loading-spinner-tiny {
|
|
width: 20px;
|
|
height: 20px;
|
|
display: block;
|
|
background-image: url(images/octocat-spinner-128.gif);
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
}
|
|
.loading-spinner-tiny.inline-block {
|
|
display: inline-block;
|
|
}
|
|
progress {
|
|
-webkit-appearance: none;
|
|
height: 8px;
|
|
border-radius: 3px;
|
|
background-color: rgba(0, 0, 0, 0.2);
|
|
box-shadow: inset 0 0 0 1px #1f1f1f;
|
|
background-image: linear-gradient(-45deg, transparent 33%, rgba(82, 139, 255, 0.2) 33%, rgba(82, 139, 255, 0.2) 66%, transparent 66%);
|
|
background-size: 25px 8px, 100% 100%, 100% 100%;
|
|
-webkit-animation: animate-stripes 5s linear infinite;
|
|
}
|
|
progress::-webkit-progress-bar {
|
|
background-color: transparent;
|
|
}
|
|
progress::-webkit-progress-value {
|
|
border-radius: 3px;
|
|
background-color: #528bff;
|
|
}
|
|
progress[value] {
|
|
background-image: none;
|
|
-webkit-animation: none;
|
|
}
|
|
@-webkit-keyframes animate-stripes {
|
|
100% {
|
|
background-position: -100px 0px;
|
|
}
|
|
}
|
|
.tab-bar {
|
|
height: 3em;
|
|
box-shadow: inset 0 -1px 0 #1f1f1f;
|
|
background: #2b2b2b;
|
|
overflow-x: auto;
|
|
overflow-y: hidden;
|
|
border-radius: 0;
|
|
}
|
|
.tab-bar::-webkit-scrollbar {
|
|
display: none;
|
|
}
|
|
.tab-bar .tab {
|
|
position: relative;
|
|
top: 0;
|
|
max-width: 22em;
|
|
min-width: 7em;
|
|
height: 3em;
|
|
font-size: inherit;
|
|
color: rgba(168, 168, 168, 0.6);
|
|
line-height: 3em;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
.tab-bar .tab::after {
|
|
content: "";
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
height: inherit;
|
|
border-radius: 3px 3px 0 0;
|
|
border: 1px solid #1f1f1f;
|
|
border-bottom-color: #333333;
|
|
background-color: #333333;
|
|
background-image: linear-gradient(rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
|
|
background-clip: content-box;
|
|
box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.06);
|
|
transition: opacity .16s;
|
|
opacity: 0;
|
|
}
|
|
.tab-bar .tab[data-type="TextEditor"]::after {
|
|
background-color: #ffffff;
|
|
border-bottom-color: #ffffff;
|
|
}
|
|
.tab-bar .tab.active::after {
|
|
opacity: 1;
|
|
transition: none;
|
|
}
|
|
.tab-bar .tab .title {
|
|
position: relative;
|
|
z-index: 1;
|
|
text-align: center;
|
|
margin: 0 1em;
|
|
text-overflow: clip;
|
|
-webkit-mask: linear-gradient(to left, rgba(0, 0, 0, 0), #000000 1em) no-repeat;
|
|
}
|
|
.tab-bar .tab:hover .title {
|
|
-webkit-mask-position: -1em 0;
|
|
}
|
|
.tab-bar .tab .close-icon {
|
|
top: 0;
|
|
right: 0;
|
|
z-index: 1;
|
|
padding: 0 0.8em;
|
|
height: 3em;
|
|
line-height: 3em;
|
|
text-align: center;
|
|
transform: scale(0);
|
|
transition: transform .08s;
|
|
}
|
|
.tab-bar .tab .close-icon:hover {
|
|
opacity: .7;
|
|
}
|
|
.tab-bar .tab .close-icon:active {
|
|
opacity: .4;
|
|
}
|
|
.tab-bar .tab .close-icon::before {
|
|
font-size: inherit;
|
|
}
|
|
.tab-bar .tab:hover .close-icon {
|
|
transform: scale(1);
|
|
transition-duration: .16s;
|
|
}
|
|
.tab-bar .tab,
|
|
.tab-bar .tab.active {
|
|
flex: 1;
|
|
}
|
|
.tab-bar .tab,
|
|
.tab-bar .tab.active {
|
|
padding-right: 0;
|
|
}
|
|
.tab-bar .tab .title,
|
|
.tab-bar .tab.active .title {
|
|
padding: 0;
|
|
}
|
|
.tab-bar .tab.active {
|
|
color: #dbdbdb;
|
|
}
|
|
.tab-bar .tab.active[data-type="TextEditor"] {
|
|
color: #808080;
|
|
}
|
|
.tab-bar .tab {
|
|
border-width: 0 0 0 1px;
|
|
border-image: linear-gradient(#2b2b2b, #1f1f1f 1em) 0 0 0 1 stretch;
|
|
}
|
|
.tab-bar .tab:first-child {
|
|
border-width: 0;
|
|
}
|
|
.tab-bar .tab.active,
|
|
.tab-bar .tab.active + .tab {
|
|
border-image: linear-gradient(transparent, transparent) 0 0 0 1 stretch;
|
|
}
|
|
.tab-bar .tab.modified .close-icon {
|
|
color: #6494ed;
|
|
border: none;
|
|
border-bottom: 1px solid transparent;
|
|
}
|
|
.tab-bar .tab.modified:not(:hover) .close-icon {
|
|
right: 0;
|
|
top: 0;
|
|
width: initial;
|
|
height: 3em;
|
|
border: none;
|
|
border-bottom: 1px solid transparent;
|
|
border-radius: 0;
|
|
transform: scale(1);
|
|
}
|
|
.tab-bar .tab.modified:not(:hover) .close-icon::before {
|
|
content: "\f052";
|
|
display: inline-block;
|
|
}
|
|
.tab-bar .tab.is-dragging .close-icon,
|
|
.tab-bar .tab.is-dragging:before {
|
|
visibility: hidden;
|
|
}
|
|
.tab-bar .tab.is-dragging::after {
|
|
background: #1c1c1c;
|
|
border-color: transparent;
|
|
opacity: .5;
|
|
}
|
|
.tab-bar .placeholder {
|
|
margin: 0;
|
|
height: 3em;
|
|
background: #528bff;
|
|
pointer-events: none;
|
|
}
|
|
.tab-bar .placeholder:after {
|
|
top: 1.5em;
|
|
width: 10px;
|
|
height: 10px;
|
|
margin: -5px 0 0 0;
|
|
border-radius: 0;
|
|
border: 5px solid;
|
|
border-color: transparent transparent transparent #528bff;
|
|
background: transparent;
|
|
}
|
|
.tab-bar .placeholder:last-child {
|
|
margin-left: -2px;
|
|
}
|
|
.tab-bar .placeholder:last-child:after {
|
|
margin-left: -10px;
|
|
border-color: transparent #528bff transparent transparent;
|
|
}
|
|
.tab-bar .tab::before {
|
|
content: "";
|
|
position: absolute;
|
|
pointer-events: none;
|
|
z-index: 1;
|
|
top: 1px;
|
|
left: 1px;
|
|
bottom: 1px;
|
|
width: 2px;
|
|
border-top-left-radius: inherit;
|
|
border-radius: 3px 0;
|
|
background: #528bff;
|
|
opacity: 0;
|
|
transform: scaleY(0);
|
|
transition: opacity 0.16s, transform 0.16s cubic-bezier(0.8, 0, 0.9, 0.53);
|
|
}
|
|
.theme-one-light-ui .tab-bar .tab::before {
|
|
left: 0;
|
|
}
|
|
atom-pane.active .tab.active:before {
|
|
opacity: 1;
|
|
transform: scaleY(1);
|
|
transition: opacity 0.16s, transform 0.32s cubic-bezier(0, 0.6, 0.2, 1);
|
|
}
|
|
h1,
|
|
h2,
|
|
h3 {
|
|
line-height: 1em;
|
|
margin-bottom: 15px;
|
|
}
|
|
h1 {
|
|
font-size: 2em;
|
|
}
|
|
h2 {
|
|
font-size: 1.5em;
|
|
}
|
|
h3 {
|
|
font-size: 1.2em;
|
|
}
|
|
p {
|
|
line-height: 1.6;
|
|
margin-bottom: 15px;
|
|
}
|
|
label {
|
|
font-weight: normal;
|
|
}
|
|
pre {
|
|
box-shadow: none;
|
|
color: #a8a8a8;
|
|
background: #3d3d3d;
|
|
border-radius: 3px;
|
|
border: none;
|
|
margin: 0;
|
|
}
|
|
code {
|
|
font-weight: normal;
|
|
color: #dbdbdb;
|
|
background: #3d3d3d;
|
|
border-radius: 3px;
|
|
}
|
|
.selected {
|
|
font-weight: normal;
|
|
color: #dbdbdb;
|
|
}
|
|
.text-smaller {
|
|
font-size: 0.9em;
|
|
}
|
|
.text-subtle {
|
|
font-weight: normal;
|
|
color: rgba(168, 168, 168, 0.6);
|
|
}
|
|
.text-highlight {
|
|
font-weight: normal;
|
|
color: #dbdbdb;
|
|
}
|
|
.text-error {
|
|
color: #ff6347;
|
|
}
|
|
.text-info {
|
|
color: #6494ed;
|
|
}
|
|
.text-info:hover {
|
|
color: #6494ed;
|
|
}
|
|
.text-warning {
|
|
color: #e2c08d;
|
|
}
|
|
.text-warning:hover {
|
|
color: #e2c08d;
|
|
}
|
|
.text-success {
|
|
color: #73c990;
|
|
}
|
|
.text-success:hover {
|
|
color: #73c990;
|
|
}
|
|
.highlight-mixin {
|
|
padding: 1px 4px;
|
|
font-weight: bold;
|
|
text-shadow: none;
|
|
border-radius: 3px;
|
|
color: #dbdbdb;
|
|
}
|
|
.highlight {
|
|
padding: 1px 4px;
|
|
font-weight: bold;
|
|
text-shadow: none;
|
|
border-radius: 3px;
|
|
color: #dbdbdb;
|
|
background-color: #3d3d3d;
|
|
}
|
|
.highlight-info {
|
|
padding: 1px 4px;
|
|
font-weight: bold;
|
|
text-shadow: none;
|
|
border-radius: 3px;
|
|
color: #bfd3f8;
|
|
background-color: rgba(0, 136, 255, 0.5);
|
|
}
|
|
.highlight-warning {
|
|
padding: 1px 4px;
|
|
font-weight: bold;
|
|
text-shadow: none;
|
|
border-radius: 3px;
|
|
color: #f7edde;
|
|
background-color: rgba(204, 133, 51, 0.5);
|
|
}
|
|
.highlight-error {
|
|
padding: 1px 4px;
|
|
font-weight: bold;
|
|
text-shadow: none;
|
|
border-radius: 3px;
|
|
color: #ffbaad;
|
|
background-color: rgba(217, 38, 38, 0.5);
|
|
}
|
|
.highlight-success {
|
|
padding: 1px 4px;
|
|
font-weight: bold;
|
|
text-shadow: none;
|
|
border-radius: 3px;
|
|
color: #bde5ca;
|
|
background-color: rgba(32, 182, 132, 0.5);
|
|
}
|
|
.results-view .path-details.list-item {
|
|
color: #adadad;
|
|
}
|
|
.tooltip {
|
|
white-space: nowrap;
|
|
font-size: 1.15em;
|
|
}
|
|
.tooltip.in {
|
|
opacity: 1;
|
|
transition: opacity 0.12s ease-out;
|
|
}
|
|
.tooltip .tooltip-inner {
|
|
line-height: 1;
|
|
padding: 0.75em 0.975em;
|
|
border-radius: 3px;
|
|
background-color: #528bff;
|
|
color: white;
|
|
white-space: nowrap;
|
|
max-width: none;
|
|
}
|
|
.tooltip .keystroke {
|
|
font-family: 'Helvetica Neue', Arial, sans-serif;
|
|
font-size: 1em;
|
|
padding: .1em .4em;
|
|
margin: 0 -0.525em 0 0.375em;
|
|
border-radius: 2px;
|
|
color: #528bff;
|
|
background: white;
|
|
}
|
|
.tooltip.top .tooltip-arrow {
|
|
border-top-color: #528bff;
|
|
}
|
|
.tooltip.top-left .tooltip-arrow {
|
|
border-top-color: #528bff;
|
|
}
|
|
.tooltip.top-right .tooltip-arrow {
|
|
border-top-color: #528bff;
|
|
}
|
|
.tooltip.right .tooltip-arrow {
|
|
border-right-color: #528bff;
|
|
}
|
|
.tooltip.left .tooltip-arrow {
|
|
border-left-color: #528bff;
|
|
}
|
|
.tooltip.bottom .tooltip-arrow {
|
|
border-bottom-color: #528bff;
|
|
}
|
|
.tooltip.bottom-left .tooltip-arrow {
|
|
border-bottom-color: #528bff;
|
|
}
|
|
.tooltip.bottom-right .tooltip-arrow {
|
|
border-bottom-color: #528bff;
|
|
}
|
|
.tree-view {
|
|
font-size: 1em;
|
|
background: #2b2b2b;
|
|
}
|
|
.tree-view .project-root.project-root {
|
|
padding-top: 0.5em;
|
|
}
|
|
.tree-view .project-root.project-root:before {
|
|
height: 3em;
|
|
background-clip: padding-box;
|
|
}
|
|
.tree-view .project-root.project-root > .header .name {
|
|
line-height: 3em;
|
|
}
|
|
.tree-view .selected:before {
|
|
background: #3d3d3d;
|
|
}
|
|
.theme-one-dark-ui .tree-view .project-root.project-root::before {
|
|
border-top: 1px solid transparent;
|
|
background-clip: padding-box;
|
|
}
|
|
.tree-view-resizer .tree-view-resize-handle {
|
|
width: 8px;
|
|
}
|
|
.list-group li:not(.list-nested-item),
|
|
.list-tree li:not(.list-nested-item),
|
|
.list-group li.list-nested-item > .list-item,
|
|
.list-tree li.list-nested-item > .list-item {
|
|
line-height: 2em;
|
|
}
|
|
.list-group .selected::before,
|
|
.list-tree .selected::before {
|
|
height: 2em;
|
|
}
|
|
.list-group .icon,
|
|
.list-tree .icon {
|
|
display: inline-block;
|
|
height: inherit;
|
|
}
|
|
.list-group .icon::before,
|
|
.list-tree .icon::before {
|
|
top: initial;
|
|
line-height: inherit;
|
|
height: inherit;
|
|
vertical-align: top;
|
|
}
|
|
.tree-view::before {
|
|
content: "";
|
|
position: fixed;
|
|
pointer-events: none;
|
|
z-index: 1;
|
|
top: 0.5em;
|
|
left: 0;
|
|
height: 3em;
|
|
bottom: 0;
|
|
width: 2px;
|
|
background: #528bff;
|
|
opacity: 0;
|
|
transform: scaleY(0);
|
|
transition: opacity 0.16s, transform 0.16s cubic-bezier(0.8, 0, 0.9, 0.53);
|
|
}
|
|
[data-show-on-right-side="true"] .tree-view::before {
|
|
left: auto;
|
|
right: 0;
|
|
}
|
|
.tree-view:focus::before {
|
|
opacity: 1;
|
|
transform: scaleY(1);
|
|
transition: opacity 0.16s, transform 0.32s cubic-bezier(0, 0.6, 0.2, 1);
|
|
}
|
|
.status-bar {
|
|
font-size: 1em;
|
|
height: 2.625em;
|
|
line-height: 2.625em;
|
|
}
|
|
.status-bar .flexbox-repaint-hack {
|
|
padding: 0 0.75em;
|
|
}
|
|
.status-bar .inline-block {
|
|
margin-right: 1.5em;
|
|
vertical-align: top;
|
|
}
|
|
.status-bar .status-bar-right .inline-block {
|
|
margin-right: 0;
|
|
margin-left: 1.5em;
|
|
}
|
|
.status-bar .status-bar-right .inline-block > .inline-block {
|
|
margin-left: 0;
|
|
}
|
|
.status-bar .status-bar-right .icon {
|
|
margin-right: 0.1875em;
|
|
}
|
|
.status-bar .icon::before {
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
}
|
|
.key-binding {
|
|
display: inline-block;
|
|
margin-left: 0.45454545em;
|
|
padding: 0 0.375em;
|
|
line-height: 2;
|
|
font-family: 'Helvetica Neue', Arial, sans-serif;
|
|
font-size: 1em;
|
|
letter-spacing: 0.1em;
|
|
border-radius: 3px;
|
|
border: 1px solid rgba(255, 255, 255, 0.1);
|
|
background-color: rgba(255, 255, 255, 0.1);
|
|
}
|
|
.ui-site-1 {
|
|
background-color: #0088ff;
|
|
}
|
|
.ui-site-2 {
|
|
background-color: #20b684;
|
|
}
|
|
.ui-site-3 {
|
|
background-color: #cc8533;
|
|
}
|
|
.ui-site-4 {
|
|
background-color: #d831b0;
|
|
}
|
|
.ui-site-5 {
|
|
background-color: #ebdd5b;
|
|
}
|
|
.settings-view .config-menu {
|
|
position: relative;
|
|
min-width: 15em;
|
|
max-width: 20em;
|
|
border-width: 0 1px 0 0;
|
|
border-image: linear-gradient(#333333 10px, #1f1f1f 200px) 0 1 0 0 stretch;
|
|
background: #333333;
|
|
}
|
|
.settings-view .config-menu .btn {
|
|
white-space: initial;
|
|
font-size: 0.889em;
|
|
line-height: 1;
|
|
padding: 0.5em 0.75em;
|
|
}
|
|
.settings-view .config-menu .btn::before {
|
|
vertical-align: middle;
|
|
}
|
|
.settings-view .nav > li > a {
|
|
padding: 0.75em 1.5em;
|
|
line-height: 2em;
|
|
}
|
|
.settings-view .section-container {
|
|
max-width: 60em;
|
|
}
|
|
.settings-view .sub-section {
|
|
margin: 4.5em 0;
|
|
}
|
|
.settings-view .section,
|
|
.settings-view .section:first-child,
|
|
.settings-view .section:last-child {
|
|
padding: 4.5em;
|
|
}
|
|
.settings-view .themes-panel .control-group {
|
|
margin-top: 3em;
|
|
}
|
|
.settings-view .section .section-heading {
|
|
margin-bottom: 1em;
|
|
}
|
|
.settings-view .sub-section-heading.icon:before,
|
|
.settings-view .section-heading.icon:before {
|
|
margin-right: 0.45454545em;
|
|
}
|
|
.settings-view .package-card {
|
|
padding: 1.5em;
|
|
}
|
|
.settings-view .package-card .meta-controls .status-indicator {
|
|
width: 0.375em;
|
|
}
|
|
.settings-view .package-card .meta-controls .status-indicator:before {
|
|
content: "\00a0";
|
|
}
|
|
.settings-view .icon::before {
|
|
color: rgba(168, 168, 168, 0.6);
|
|
}
|
|
.settings-view .editor-container {
|
|
margin: 1.5em 0;
|
|
}
|
|
.settings-view .form-control {
|
|
font-size: 1.25em;
|
|
height: 2em;
|
|
padding-top: 0;
|
|
padding-bottom: 0;
|
|
}
|
|
.settings-view .update-all-button {
|
|
font-size: .75em;
|
|
}
|
|
.settings-view .search-container .btn {
|
|
font-size: 1.25em;
|
|
}
|
|
.find-and-replace,
|
|
.project-find {
|
|
padding: 0.375em;
|
|
}
|
|
.find-and-replace .input-block-item,
|
|
.project-find .input-block-item {
|
|
padding: 0.375em;
|
|
}
|
|
.find-and-replace .header,
|
|
.find-and-replace .input-block {
|
|
min-width: 25em;
|
|
}
|
|
.find-and-replace .input-block-item {
|
|
flex: 1 1 25em;
|
|
}
|
|
.find-and-replace .input-block-item--flex {
|
|
flex: 100 1 25em;
|
|
}
|
|
.find-and-replace .btn,
|
|
.find-and-replace .btn-group-options .btn {
|
|
font-size: 1.1em;
|
|
padding: 0;
|
|
}
|
|
.find-and-replace .btn-group-options .btn,
|
|
.find-and-replace .btn-group-options .btn.option-selection,
|
|
.find-and-replace .btn-group-options .btn.option-whole-word {
|
|
padding: 0;
|
|
font-size: 1.25em;
|
|
}
|
|
.find-and-replace .find-container atom-text-editor {
|
|
padding-right: 5em;
|
|
}
|
|
.find-and-replace .find-meta-container {
|
|
top: 0;
|
|
font-size: 1em;
|
|
line-height: 2.66em;
|
|
}
|
|
.project-find .header,
|
|
.project-find .input-block {
|
|
min-width: 15em;
|
|
}
|
|
.project-find .input-block-item {
|
|
flex: 1 1 10em;
|
|
}
|
|
.project-find .input-block-item--flex {
|
|
flex: 100 1 20em;
|
|
}
|
|
.project-find .btn {
|
|
font-size: 1.1em;
|
|
padding: 0;
|
|
}
|
|
.project-find .btn-group-options .btn {
|
|
padding: 0;
|
|
font-size: 1.25em;
|
|
}
|
|
.markdown-preview {
|
|
font-size: 1.25em;
|
|
color: #cfcfcf;
|
|
background-color: #3b3b3b;
|
|
}
|
|
.markdown-preview h1,
|
|
.markdown-preview h2 {
|
|
color: inherit;
|
|
border-color: #1f1f1f;
|
|
}
|
|
.markdown-preview a {
|
|
color: #6494ed;
|
|
}
|
|
.markdown-preview hr {
|
|
background-color: #3b3b3b;
|
|
}
|
|
.markdown-preview blockquote {
|
|
color: #a8a8a8;
|
|
border-left-color: rgba(168, 168, 168, 0.6);
|
|
}
|
|
.markdown-preview table th,
|
|
.markdown-preview table td {
|
|
border-color: #1f1f1f;
|
|
}
|
|
.markdown-preview table th {
|
|
background-color: #424242;
|
|
}
|
|
.markdown-preview table tr {
|
|
background-color: #3b3b3b;
|
|
}
|
|
.markdown-preview table tr:nth-child(2n) {
|
|
background-color: #333333;
|
|
}
|
|
.markdown-preview code {
|
|
color: #f5f5f5;
|
|
border-color: #1f1f1f;
|
|
background-color: #4d4d4d;
|
|
background-clip: padding-box;
|
|
}
|
|
.markdown-preview atom-text-editor::shadow .line.cursor-line {
|
|
background-color: transparent;
|
|
}
|
|
.tab.active[data-type="MarkdownPreviewView"]:after {
|
|
background-color: #3b3b3b;
|
|
border-bottom-color: #3b3b3b;
|
|
}
|
|
.timecop .timecop-panel {
|
|
padding: 5px;
|
|
background-color: #333333;
|
|
}
|
|
.timecop .tool-panel {
|
|
padding: 5px;
|
|
background-color: #333333;
|
|
}
|
|
.timecop .inset-panel {
|
|
border: 1px solid #1f1f1f;
|
|
}
|
|
.timecop .panel-heading {
|
|
font-weight: normal;
|
|
color: #dbdbdb;
|
|
border-color: #1f1f1f;
|
|
background-color: #424242;
|
|
}
|
|
.timecop .list-item .inline-block {
|
|
line-height: 1.5;
|
|
}
|
|
atom-workspace .horizontal atom-pane-resize-handle.vertical {
|
|
position: absolute;
|
|
}
|
|
.preview-pane .results-view .path-match-number {
|
|
color: inherit;
|
|
opacity: .6;
|
|
}
|
|
.tool-panel.incompatible-packages {
|
|
font-weight: normal;
|
|
color: #a8a8a8;
|
|
background-color: #333333;
|
|
}
|
|
atom-notifications {
|
|
font-size: 14px;
|
|
}
|
|
atom-notifications atom-notification:first-child.has-close .message {
|
|
padding-right: 120px;
|
|
}
|
|
atom-notifications atom-notification:only-child.has-close .message,
|
|
atom-notifications atom-notification.has-close .message {
|
|
padding-right: 40px;
|
|
}
|
|
atom-notifications atom-notification .item {
|
|
padding: 0.75em;
|
|
}
|
|
atom-notifications atom-notification.icon:before {
|
|
padding-top: .85em;
|
|
}
|
|
.styleguide {
|
|
font-size: inherit;
|
|
padding: 0;
|
|
}
|
|
.styleguide section.bordered,
|
|
.styleguide .section.bordered {
|
|
border-top: none;
|
|
}
|
|
.styleguide .example {
|
|
border: none;
|
|
}
|
|
.styleguide .example .example-rendered {
|
|
border: 1px solid #1f1f1f;
|
|
border-right: none;
|
|
background: #333333;
|
|
}
|
|
.styleguide .example .example-code {
|
|
border: 1px solid #1f1f1f;
|
|
border-radius: 0 3px 3px 0;
|
|
}
|
|
.styleguide [data-name="variables"] .example-rendered {
|
|
border-right: 1px solid #1f1f1f;
|
|
border-radius: 3px;
|
|
}
|
|
.styleguide atom-panel.modal:after {
|
|
position: absolute;
|
|
left: -1.5em;
|
|
right: -1.5em;
|
|
bottom: -1.5em;
|
|
}
|
|
.styleguide atom-panel.modal:after {
|
|
position: absolute;
|
|
}
|
|
.styleguide .select-list atom-text-editor[mini],
|
|
.styleguide .popover-list atom-text-editor[mini] {
|
|
height: initial;
|
|
}
|
|
html {
|
|
font-size: 12px;
|
|
}
|
|
@media (min-width: 2560px) {
|
|
[theme-one-dark-ui-layoutmode="auto"] {
|
|
font-size: 14px;
|
|
}
|
|
}
|
|
@media (min-width: 1920px) {
|
|
[theme-one-dark-ui-layoutmode="auto"] {
|
|
font-size: 13px;
|
|
}
|
|
}
|
|
[theme-one-dark-ui-layoutmode="compact"] {
|
|
font-size: 11px;
|
|
}
|
|
[theme-one-dark-ui-layoutmode="compact"] atom-workspace {
|
|
padding-right: 0;
|
|
}
|
|
[theme-one-dark-ui-layoutmode="compact"] atom-workspace atom-panel-container.left:empty {
|
|
padding-left: 0;
|
|
}
|
|
[theme-one-dark-ui-layoutmode="compact"] atom-pane-container atom-pane {
|
|
padding-top: 0;
|
|
padding-right: 0;
|
|
border-left: 1px solid #1f1f1f;
|
|
border-bottom: 1px solid #1f1f1f;
|
|
}
|
|
[theme-one-dark-ui-layoutmode="compact"] atom-pane-container atom-pane .item-views {
|
|
border: none;
|
|
}
|
|
[theme-one-dark-ui-layoutmode="compact"] atom-pane-container atom-pane-axis.horizontal > atom-pane-resize-handle {
|
|
width: 8px;
|
|
margin-left: -4px;
|
|
}
|
|
[theme-one-dark-ui-layoutmode="compact"] atom-pane-container atom-pane-axis.vertical > atom-pane-resize-handle {
|
|
height: 8px;
|
|
margin-top: -4px;
|
|
}
|
|
[theme-one-dark-ui-layoutmode="compact"] .tab-bar .tab::before {
|
|
border-radius: 0;
|
|
top: 0;
|
|
left: 0;
|
|
bottom: 0;
|
|
}
|
|
[theme-one-dark-ui-layoutmode="compact"] .tab-bar .tab::after {
|
|
border-top: none;
|
|
border-radius: 0;
|
|
}
|
|
[theme-one-dark-ui-layoutmode="compact"] .tab-bar .tab:first-of-type::after {
|
|
border-left: none;
|
|
}
|
|
[theme-one-dark-ui-layoutmode="compact"] .tab-bar .tab:last-of-type::after {
|
|
border-right: none;
|
|
box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.06), 1px 0 0 #1f1f1f;
|
|
}
|
|
[theme-one-dark-ui-layoutmode="compact"] .tree-view-resizer[data-show-on-right-side="true"] {
|
|
border-left: 1px solid #1f1f1f;
|
|
}
|
|
[theme-one-dark-ui-layoutmode="compact"] .tree-view::before {
|
|
top: 0;
|
|
}
|
|
[theme-one-dark-ui-layoutmode="compact"] .tree-view .project-root.project-root {
|
|
padding-top: 0;
|
|
}
|
|
[theme-one-dark-ui-layoutmode="compact"] .tree-view .project-root.project-root:before {
|
|
height: 3em;
|
|
}
|
|
[theme-one-dark-ui-layoutmode="compact"] .theme-one-dark-ui .tree-view .project-root.project-root::before {
|
|
border-top: none;
|
|
}
|
|
@media (max-width: 1280px), (max-height: 800px) {
|
|
[theme-one-dark-ui-layoutmode="auto"] {
|
|
font-size: 11px;
|
|
}
|
|
[theme-one-dark-ui-layoutmode="auto"] atom-workspace {
|
|
padding-right: 0;
|
|
}
|
|
[theme-one-dark-ui-layoutmode="auto"] atom-workspace atom-panel-container.left:empty {
|
|
padding-left: 0;
|
|
}
|
|
[theme-one-dark-ui-layoutmode="auto"] atom-pane-container atom-pane {
|
|
padding-top: 0;
|
|
padding-right: 0;
|
|
border-left: 1px solid #1f1f1f;
|
|
border-bottom: 1px solid #1f1f1f;
|
|
}
|
|
[theme-one-dark-ui-layoutmode="auto"] atom-pane-container atom-pane .item-views {
|
|
border: none;
|
|
}
|
|
[theme-one-dark-ui-layoutmode="auto"] atom-pane-container atom-pane-axis.horizontal > atom-pane-resize-handle {
|
|
width: 8px;
|
|
margin-left: -4px;
|
|
}
|
|
[theme-one-dark-ui-layoutmode="auto"] atom-pane-container atom-pane-axis.vertical > atom-pane-resize-handle {
|
|
height: 8px;
|
|
margin-top: -4px;
|
|
}
|
|
[theme-one-dark-ui-layoutmode="auto"] .tab-bar .tab::before {
|
|
border-radius: 0;
|
|
top: 0;
|
|
left: 0;
|
|
bottom: 0;
|
|
}
|
|
[theme-one-dark-ui-layoutmode="auto"] .tab-bar .tab::after {
|
|
border-top: none;
|
|
border-radius: 0;
|
|
}
|
|
[theme-one-dark-ui-layoutmode="auto"] .tab-bar .tab:first-of-type::after {
|
|
border-left: none;
|
|
}
|
|
[theme-one-dark-ui-layoutmode="auto"] .tab-bar .tab:last-of-type::after {
|
|
border-right: none;
|
|
box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.06), 1px 0 0 #1f1f1f;
|
|
}
|
|
[theme-one-dark-ui-layoutmode="auto"] .tree-view-resizer[data-show-on-right-side="true"] {
|
|
border-left: 1px solid #1f1f1f;
|
|
}
|
|
[theme-one-dark-ui-layoutmode="auto"] .tree-view::before {
|
|
top: 0;
|
|
}
|
|
[theme-one-dark-ui-layoutmode="auto"] .tree-view .project-root.project-root {
|
|
padding-top: 0;
|
|
}
|
|
[theme-one-dark-ui-layoutmode="auto"] .tree-view .project-root.project-root:before {
|
|
height: 3em;
|
|
}
|
|
[theme-one-dark-ui-layoutmode="auto"] .theme-one-dark-ui .tree-view .project-root.project-root::before {
|
|
border-top: none;
|
|
}
|
|
}
|