Skip to content

Commit

Permalink
chore(css): update mirror-console-compoenent.css
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Aug 12, 2016
1 parent 00fbe6d commit 8559673
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions public/css/mirror-console-compoenent.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,28 +7,20 @@
font-size: 16px;
}

.mirror-console-attach-button-wrapper{
margin-bottom: 0.5em;
}
.executable {
margin-bottom: 0;
}

.mirror-console-command {
margin-left: 15px;
}

.mirror-console-wrapper {
background-color: #f7f7f7;
outline: #000000 solid 1px;
outline: #000 solid 1px;
}

.mirror-console-button {
font-size: 1.1em;
display: inline-block;
margin: 0.75em 0.25em;
font-size: 0.9em;
border: 0px none;
border: 0 none;
border-radius: 3px;
padding: 0.25em 1em;
color: white;
Expand Down Expand Up @@ -59,11 +51,12 @@
}

.mirror-console-log-error::before {
margin: 0 2px;
content: "✘";
}

.mirror-console-log-info::before {
content: "";
content: "";
}

.mirror-console-log-warn::before {
Expand Down

0 comments on commit 8559673

Please sign in to comment.