Skip to content

Commit

Permalink
style tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkp committed Apr 24, 2016
1 parent 7f30c2e commit 9b9367d
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 6 deletions.
6 changes: 5 additions & 1 deletion app/src/components/console-entry/control-entry.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,16 @@
.console-entry {

padding: 1rem 1rem;
border-bottom: 1px solid #ddd;
border-top: 1px solid #ddd;
border-left: 1px solid transparent;
margin-top: -1px;

@extend .truncate;

&:first-child {
border-top: none;
}

&:hover {
border-left-color: #ddd;
}
Expand Down
26 changes: 21 additions & 5 deletions app/src/components/console/console.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
.commands {
background: #fafafa;
font-family: "Menlo", "Lucida Console", monospace;
padding-bottom: 5rem;
}

textarea {
Expand All @@ -36,17 +35,34 @@

.card-inserted {

border-bottom: 1px solid #ddd;
//border-bottom: 1px solid #ddd;

//border-left: 1px solid #ddd;

border-top: 1px solid #ddd;
border-left: 1px solid transparent;
margin-top: -1px;

@extend .truncate;

&:first-child {
border-top: none;
}
&:hover {
border-left-color: #ddd;
}


.device {
display: inline-block;
background: #fafafa;
display: block;
padding: 1rem;
}

.atr {
display: inline-block;
display: block;
padding: 1rem;
border-left: 1px solid #ddd;

&:before {
content: "Answer to reset:";
padding-right: .5rem;
Expand Down

0 comments on commit 9b9367d

Please sign in to comment.