-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #446 from HarperDB/STUDIO-152
v4.8.11
- Loading branch information
Showing
16 changed files
with
1,526 additions
and
1,514 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
.w-400 { | ||
width: 400px; | ||
} | ||
|
||
.error-boundary { | ||
font-size: $font-size-small; | ||
overflow: hidden; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,174 +1,174 @@ | ||
.app-subnav { | ||
align-items: center; | ||
background: $grey-overlay !important; | ||
border-bottom: 1px solid $black-overlay; | ||
display: flex; | ||
flex-flow: row nowrap; | ||
height: 50px; | ||
justify-content: flex-start; | ||
left: 0; | ||
min-width: $min-width; | ||
padding: 0 1rem; | ||
position: fixed; | ||
right: 0; | ||
top: 80px !important; | ||
width: 100%; | ||
z-index: 98 !important; | ||
|
||
@media screen and (width <= 991px) { | ||
padding: 5px 0; | ||
} | ||
|
||
.navbar-nav { | ||
display: flex; | ||
flex-direction: row; | ||
justify-content: center !important; | ||
margin: 0 auto; | ||
width: 100%; | ||
|
||
.react-select-container { | ||
width: 100%; | ||
|
||
.react-select__control, | ||
.react-select__control:hover, | ||
.react-select__control:focus, | ||
.react-select__control--menu-is-open, | ||
.react-select__control--is-focused, | ||
.react-select__indicator-separator { | ||
background: transparent !important; | ||
border-color: $faint-white-overlay !important; | ||
|
||
.react-select__single-value { | ||
color: $color-white; | ||
} | ||
|
||
.react-select__indicator-separator { | ||
background: $faint-white-overlay !important; | ||
} | ||
} | ||
|
||
.react-select__option, | ||
.react-select__option:hover, | ||
.react-select__option:focus, | ||
.react-select__option--is-focused { | ||
background: $color-pureblack !important; | ||
border-bottom: 1px solid $faint-white-overlay; | ||
color: $color-lightgrey !important; | ||
|
||
&:last-child { | ||
border-bottom: 0; | ||
} | ||
} | ||
|
||
.react-select__menu { | ||
background: $color-pureblack !important; | ||
} | ||
} | ||
|
||
.nav-item { | ||
line-height: 1 !important; | ||
margin-bottom: 0; | ||
padding: 0 8px; | ||
|
||
&:last-child { | ||
padding-right: 0; | ||
} | ||
|
||
.nav-link, | ||
a { | ||
color: $whiter-overlay !important; | ||
display: inline-block; | ||
padding: 0 !important; | ||
position: relative; | ||
transition: color 250ms; | ||
white-space: nowrap; | ||
|
||
&.active, | ||
&:hover { | ||
color: $color-white !important; | ||
} | ||
|
||
.fa { | ||
font-size: 12px; | ||
} | ||
} | ||
} | ||
|
||
&.instance-nav { | ||
justify-content: flex-end !important; | ||
|
||
@media screen and (width <= 767px) { | ||
justify-content: center !important; | ||
} | ||
} | ||
|
||
&.instance-nav-select { | ||
justify-content: flex-end !important; | ||
padding-left: 7.5px; | ||
} | ||
|
||
&.instance-select { | ||
justify-content: flex-start !important; | ||
padding-right: 7.5px; | ||
|
||
.react-select-container { | ||
max-width: 287px; | ||
|
||
@media screen and (width <= 991px) { | ||
max-width: 100%; | ||
} | ||
} | ||
} | ||
} | ||
|
||
.instance-toggle-holder { | ||
display: inline-block; | ||
margin-right: 10px; | ||
padding-top: 7px; | ||
position: relative; | ||
width: 95px; | ||
} | ||
|
||
.filter-holder { | ||
max-width: 270px; | ||
position: relative; | ||
|
||
input { | ||
background: $faint-white-overlay !important; | ||
border: 1px solid $faintest-white-overlay !important; | ||
color: $color-lightgrey !important; | ||
} | ||
|
||
.clear-filter { | ||
background: none !important; | ||
border: 0 !important; | ||
box-shadow: none !important; | ||
position: absolute; | ||
right: 8px; | ||
top: 0; | ||
} | ||
} | ||
|
||
.refresh-instances { | ||
color: $color-white; | ||
margin-left: 15px; | ||
width: 35px; | ||
|
||
@media screen and (width >= 768px) { | ||
width: 105px; | ||
} | ||
} | ||
|
||
.free-instances { | ||
color: $color-white; | ||
margin-left: 10px; | ||
width: auto; | ||
align-items: center; | ||
display: inline-flex; | ||
font-size: 13px !important; | ||
font-weight: 300 !important; | ||
height: 38px; | ||
overflow: visible; | ||
position: relative; | ||
} | ||
align-items: center; | ||
background: $grey-overlay !important; | ||
border-bottom: 1px solid $black-overlay; | ||
display: flex; | ||
flex-flow: row nowrap; | ||
height: 50px; | ||
justify-content: flex-start; | ||
left: 0; | ||
min-width: $min-width; | ||
padding: 0 1rem; | ||
position: fixed; | ||
right: 0; | ||
top: 80px !important; | ||
width: 100%; | ||
z-index: 98 !important; | ||
|
||
@media screen and (width <= 991px) { | ||
padding: 5px 0; | ||
} | ||
|
||
.navbar-nav { | ||
display: flex; | ||
flex-direction: row; | ||
justify-content: center !important; | ||
margin: 0 auto; | ||
width: 100%; | ||
|
||
.react-select-container { | ||
width: 100%; | ||
|
||
.react-select__control, | ||
.react-select__control:hover, | ||
.react-select__control:focus, | ||
.react-select__control--menu-is-open, | ||
.react-select__control--is-focused, | ||
.react-select__indicator-separator { | ||
background: transparent !important; | ||
border-color: $faint-white-overlay !important; | ||
|
||
.react-select__single-value { | ||
color: $color-white; | ||
} | ||
|
||
.react-select__indicator-separator { | ||
background: $faint-white-overlay !important; | ||
} | ||
} | ||
|
||
.react-select__option, | ||
.react-select__option:hover, | ||
.react-select__option:focus, | ||
.react-select__option--is-focused { | ||
background: $color-pureblack !important; | ||
border-bottom: 1px solid $faint-white-overlay; | ||
color: $color-lightgrey !important; | ||
|
||
&:last-child { | ||
border-bottom: 0; | ||
} | ||
} | ||
|
||
.react-select__menu { | ||
background: $color-pureblack !important; | ||
} | ||
} | ||
|
||
.nav-item { | ||
line-height: 1 !important; | ||
margin-bottom: 0; | ||
padding: 0 8px; | ||
|
||
&:last-child { | ||
padding-right: 0; | ||
} | ||
|
||
.nav-link, | ||
a { | ||
color: $whiter-overlay !important; | ||
display: inline-block; | ||
padding: 0 !important; | ||
position: relative; | ||
transition: color 250ms; | ||
white-space: nowrap; | ||
|
||
&.active, | ||
&:hover { | ||
color: $color-white !important; | ||
} | ||
|
||
.fa { | ||
font-size: 12px; | ||
} | ||
} | ||
} | ||
|
||
&.instance-nav { | ||
justify-content: flex-end !important; | ||
|
||
@media screen and (width <= 767px) { | ||
justify-content: center !important; | ||
} | ||
} | ||
|
||
&.instance-nav-select { | ||
justify-content: flex-end !important; | ||
padding-left: 7.5px; | ||
} | ||
|
||
&.instance-select { | ||
justify-content: flex-start !important; | ||
padding-right: 7.5px; | ||
|
||
.react-select-container { | ||
max-width: 287px; | ||
|
||
@media screen and (width <= 991px) { | ||
max-width: 100%; | ||
} | ||
} | ||
} | ||
} | ||
|
||
.instance-toggle-holder { | ||
display: inline-block; | ||
margin-right: 10px; | ||
padding-top: 7px; | ||
position: relative; | ||
width: 95px; | ||
} | ||
|
||
.filter-holder { | ||
max-width: 270px; | ||
position: relative; | ||
|
||
input { | ||
background: $faint-white-overlay !important; | ||
border: 1px solid $faintest-white-overlay !important; | ||
color: $color-lightgrey !important; | ||
} | ||
|
||
.clear-filter { | ||
background: none !important; | ||
border: 0 !important; | ||
box-shadow: none !important; | ||
position: absolute; | ||
right: 8px; | ||
top: 0; | ||
} | ||
} | ||
|
||
.refresh-instances { | ||
color: $color-white; | ||
margin-left: 15px; | ||
width: 35px; | ||
|
||
@media screen and (width >= 768px) { | ||
width: 105px; | ||
} | ||
} | ||
|
||
.free-instances { | ||
align-items: center; | ||
color: $color-white; | ||
display: inline-flex; | ||
font-size: 13px !important; | ||
font-weight: 300 !important; | ||
height: 38px; | ||
margin-left: 10px; | ||
overflow: visible; | ||
position: relative; | ||
width: auto; | ||
} | ||
} |
Oops, something went wrong.