UNPKG
quadre-git
Version:
latest (1.0.0-alpha.3)
1.0.0-alpha.3
1.0.0-alpha.2
1.0.0-alpha.1
Integration of Git into Quadre
github.com/quadre-code/quadre-git
quadre-code/quadre-git
quadre-git
/
styles
/
dialogs
/
error-dialog.less
17 lines
(15 loc)
•
320 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// main: ../quadre-git.less
#git-error-dialog
{
.modal-header
{
background-color
:
@bc-error
;
.dialog-title
{
color
:
@bc-text-alt
; } }
pre
{
white-space
: pre;
word-wrap
: normal;
overflow
: scroll;
.selectable-text
(); } }