parent
1ce4c024ce
commit
61c8550d5d
1 changed files with 4 additions and 4 deletions
|
@ -2204,7 +2204,7 @@ kbd {
|
||||||
|
|
||||||
.page-aside {
|
.page-aside {
|
||||||
@include bidi-style(padding-right, 20px, padding-left, 0);
|
@include bidi-style(padding-right, 20px, padding-left, 0);
|
||||||
border-right: 1px solid hsl(0,0%,90%);
|
@include bidi-style(border-right, 1px solid hsl(0,0%,90%), border-left, none);
|
||||||
@include bidi-style(margin-right, 20px, margin-left, 0);
|
@include bidi-style(margin-right, 20px, margin-left, 0);
|
||||||
width: 240px;
|
width: 240px;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
|
@ -7605,7 +7605,7 @@ output {
|
||||||
margin: 0 14px;
|
margin: 0 14px;
|
||||||
background: white;
|
background: white;
|
||||||
color: hsl(60,1%,34%);
|
color: hsl(60,1%,34%);
|
||||||
border-right: 1px solid hsl(198,18%,86%);
|
@include bidi-style(border-right, 1px solid hsl(198,18%,86%), border-left, none);
|
||||||
border-bottom: 1px solid hsl(198,18%,86%);
|
border-bottom: 1px solid hsl(198,18%,86%);
|
||||||
border-radius: 3px 3px 0 0;
|
border-radius: 3px 3px 0 0;
|
||||||
|
|
||||||
|
@ -7631,7 +7631,7 @@ output {
|
||||||
flex-basis: 100%;
|
flex-basis: 100%;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
background: hsl(197, 20%, 93%);
|
background: hsl(197, 20%, 93%);
|
||||||
border-left: 1px solid hsl(198,18%,86%);
|
@include bidi-style(border-left, 1px solid hsl(198,18%,86%), border-right, none);
|
||||||
border-top: 1px solid hsl(198,18%,86%);
|
border-top: 1px solid hsl(198,18%,86%);
|
||||||
border-radius: 3px 3px 0 0;
|
border-radius: 3px 3px 0 0;
|
||||||
}
|
}
|
||||||
|
@ -8201,7 +8201,7 @@ output {
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
border-right: 1px solid hsl(0,0%,91%);
|
@include bidi-style(border-right, 1px solid hsl(0,0%,91%), border-left, none);
|
||||||
border-left: 1px solid hsl(0,0%,91%);
|
border-left: 1px solid hsl(0,0%,91%);
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue