mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-31 07:09:58 +02:00
first react view up
This commit is contained in:
parent
c76963d86e
commit
a7b23e0342
5 changed files with 88 additions and 3 deletions
|
@ -443,6 +443,10 @@ div.controls div.box.flex1 div.plus {
|
|||
|
||||
/* Command Line */
|
||||
|
||||
div.reactCommandView p.commandLine i {
|
||||
margin: 0 5px;
|
||||
}
|
||||
|
||||
p.commandLine,
|
||||
div.commandLineResult {
|
||||
opacity: 1;
|
||||
|
@ -482,6 +486,12 @@ p.commandLine span.icons i:first-child {
|
|||
margin-left: 5px;
|
||||
}
|
||||
|
||||
div.reactCommandView p.commandLine span.icons i:first-child {
|
||||
margin-left: 4px;
|
||||
position: relative;
|
||||
left: 1px;
|
||||
}
|
||||
|
||||
p.commandLine span.icons i {
|
||||
opacity: 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue