hirse.ungit
Version:
Run and view Ungit in Brackets. Ungit is a "Clean and intuitive UI that makes it easy to understand git." Requires Git and npm to be installed, works together with Brackets-Git.
68 lines (54 loc) • 1.26 kB
CSS
#hirse-ungit-toolbar-icon {
background-image: url(icons/icon.svg);
}
#hirse-ungit-toolbar-icon.enabled {
background-position: 0 -24px;
}
#hirse-ungit-toolbar-icon.warning {
background-position: 0 -48px;
}
#hirse-ungit-toolbar-icon.error {
background-position: 0 -72px;
}
#hirse-ungit-toolbar-icon.installing {
background-position: 0 -96px;
}
#hirse-ungit-toolbar-icon.starting {
background-position: 0 -120px;
}
.hirse-ungit-progress .spinner {
left: calc(50% - 36px);
}
#hirse-ungit-viewer {
background-color: #252833;
display: none;
height: 100%;
position: absolute;
top: 0;
width: 100%;
z-index: 200;
}
#hirse-ungit-close {
background: rgba(0, 0, 0, 0.1);
border: none;
border-radius: 4px;
color: #d8d8d8;
font-size: 23px;
padding: 13px 12px 12px;
position: absolute;
right: 10px;
top: 13px;
}
#hirse-ungit-close:focus {
background: rgba(0, 0, 0, 0.2);
outline: none;
}
#hirse-ungit-close:active {
background: rgba(0, 0, 0, 0.1);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#hirse-ungit-viewer iframe {
border: none;
height: 100%;
width: 100%;
}