styling tweaks

This commit is contained in:
Torkel Ödegaard
2018-11-23 07:31:13 +01:00
parent f8b1484265
commit c8e42c0216
10 changed files with 62 additions and 12 deletions

View File

@@ -181,6 +181,7 @@ $input-border: 1px solid $input-border-color;
@at-root textarea#{&} {
overflow: auto;
white-space: pre-wrap;
height: auto;
}
// Unstyle the caret on `<select>`s in IE10+.

View File

@@ -37,6 +37,7 @@
margin: 0 62px;
border-left: 2px solid #ac5224;
border-radius: 3px;
box-shadow: $popover-shadow;
}
.panel-editor__scroll {
@@ -167,8 +168,8 @@
flex-direction: column;
position: absolute;
top: 79px;
left: 5px;
align-items: center;
left: 9px;
align-items: flex-start;
&::before {
content: '';
@@ -176,7 +177,7 @@
position: absolute;
top: 0;
bottom: 0;
left: 25px;
left: 21px;
width: 2px;
background: #8e8e8e;
}
@@ -198,7 +199,6 @@
&.active {
position: relative;
left: 4px;
}
img {

View File

@@ -8,6 +8,7 @@
flex: 0 0 auto;
background: $toolbar-bg;
border-radius: 3px;
height: 44px;
}
.toolbar__heading {