Skip to content

Commit

Permalink
Merge pull request #1103 from Adslot/auto-release-20201125-061913
Browse files Browse the repository at this point in the history
v27.11.0
  • Loading branch information
adslotapprovalagent authored Nov 25, 2020
2 parents 7419ade + fa1f7de commit 228ca75
Show file tree
Hide file tree
Showing 6 changed files with 1,597 additions and 184 deletions.
6 changes: 3 additions & 3 deletions dist/adslot-ui-main.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/adslot-ui-main.js

Large diffs are not rendered by default.

125 changes: 100 additions & 25 deletions dist/adslot-ui.css
Original file line number Diff line number Diff line change
Expand Up @@ -4623,14 +4623,19 @@ strong {
vertical-align: middle;
background-image: none;
border: 1px solid transparent;
padding: 0;
padding: 4px 8px;
font-size: 12px;
line-height: 1.5;
border-radius: 2px;
-webkit-box-shadow: 0 1px #d3d3d3;
box-shadow: 0 1px #d3d3d3;
margin-right: 5px;
position: relative; }
.aui--button.has-anchor {
padding: 0; }
.aui--button.has-anchor .aui--button-children-container {
height: 100%;
width: 100%; }
.aui--button:active {
-webkit-transform: translateY(1px);
transform: translateY(1px); }
Expand Down Expand Up @@ -4728,23 +4733,15 @@ strong {
box-shadow: none;
text-decoration: underline;
outline: none; }
.aui--button-children-container {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
height: 100%;
width: 100%;
padding: 4px 8px; }
.aui--button-children-container.is-loading {
visibility: hidden; }
.aui--button-children-container.has-anchor {
padding: 0; }
.aui--button-children-container.is-loading {
visibility: hidden; }
.aui--button-children-container > .aui--svg-symbol-component {
display: block;
margin: auto; }
.aui--button.btn-large {
width: 264px;
height: 42px; }
height: 42px;
font-size: 15px; }
.aui--button.btn-inverse:not([disabled]).btn-primary {
border-color: #d3d3d3; }
.aui--button.disabled, .aui--button[disabled],
Expand Down Expand Up @@ -4800,8 +4797,7 @@ strong {
right: 0;
left: 0;
margin-right: auto;
margin-left: auto;
padding: 4px 8px; }
margin-left: auto; }
.aui--button .spinner-container .spinner-component .spinner-small {
margin-top: 1px; }
.aui--button .spinner-container .spinner-component .spinner-medium {
Expand Down Expand Up @@ -5748,12 +5744,22 @@ strong {
margin-right: 0;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none; }
.aui--button-group .aui--button.btn-inverse:hover, .aui--button-group .aui--button.btn-inverse:active, .aui--button-group .aui--button.btn-inverse:focus {
box-shadow: none;
border: 1px solid #d3d3d3;
border-right-width: 0; }
.aui--button-group .aui--button-children-container {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center; }
.aui--button-group .aui--button:hover, .aui--button-group .aui--button:active, .aui--button-group .aui--button:focus {
border: 1px solid #d3d3d3;
background-color: #e8e8e8; }
.aui--button-group .aui--button.btn, .aui--button-group .aui--button.btn:hover {
border-right-width: 0; }
.aui--button-group .aui--button.btn-inverse:hover, .aui--button-group .aui--button.btn-inverse:active {
border: 1px solid #d3d3d3;
background-color: #e8e8e8;
border-right-width: 0; }
.aui--button-group .aui--button:first-child {
border-top-left-radius: 2px;
Expand Down Expand Up @@ -11303,6 +11309,12 @@ strong {
.filepicker-component .file-input {
display: none; }

.filepicker-component .aui--button {
-webkit-box-shadow: none;
box-shadow: none; }
.filepicker-component .aui--button:focus {
background-color: inherit; }

.has-error .filepicker-component .form-control {
border: 0; }

Expand Down Expand Up @@ -11460,10 +11472,10 @@ strong {
-ms-flex-align: center;
align-items: center; }
.nav-borderless > li.disabled {
cursor: default;
cursor: not-allowed;
color: #ababab; }
.nav-borderless > li.disabled a {
cursor: default;
cursor: not-allowed;
color: #ababab; }
.nav-borderless.stacked {
-ms-flex-direction: column;
Expand All @@ -11478,6 +11490,8 @@ strong {
.nav-borderless.bottom-bar > li:hover, .nav-borderless.bottom-bar > li.active {
margin: 0;
border-bottom-width: 3px; }
.nav-borderless.bottom-bar > li.disabled:hover, .nav-borderless.bottom-bar > li.disabled.active {
border-bottom-color: transparent; }

.aui--pagination {
padding: 20px 0;
Expand Down Expand Up @@ -11595,7 +11609,7 @@ strong {
justify-content: center;
-ms-flex-align: center;
align-items: center;
padding: 2px 7px;
padding: 4px 7px;
border-radius: 0 2px 2px 0;
-webkit-box-shadow: none;
box-shadow: none; }
Expand Down Expand Up @@ -13201,3 +13215,64 @@ input:disabled + .aui--switch-slider::before {
top: 0;
z-index: 1; }

@-webkit-keyframes loading {
0% {
background-position: -220px 0; }
100% {
background-position: calc(220px + 100%) 0; } }

@keyframes loading {
0% {
background-position: -220px 0; }
100% {
background-position: calc(220px + 100%) 0; } }

.aui--skeleton {
display: block;
margin: 0 0 4px;
background-size: 220px 100%;
background-repeat: no-repeat;
border-radius: 4px;
line-height: 1.5;
min-height: 16px;
height: 100%;
width: 100%;
opacity: 1;
background-color: #eee;
background-image: -webkit-gradient(linear, left top, right top, from(#eee), color-stop(#f5f5f5), to(#eee));
background-image: linear-gradient(90deg, #eee, #f5f5f5, #eee); }
.aui--skeleton.aui--skeleton-animated {
-webkit-animation: loading 1.5s ease-in-out infinite;
animation: loading 1.5s ease-in-out infinite; }
.aui--skeleton.aui--skeleton-circle {
border-radius: 50%;
height: 35px;
width: 35px; }
.aui--skeleton.aui--skeleton-rect {
border-radius: 0; }

.aui--paragraph {
margin: 0;
font-size: 14px;
white-space: pre-line; }
.aui--paragraph .expandable-content {
overflow: hidden; }
.aui--paragraph .expandable-content.expanded {
max-height: 800px;
opacity: 1;
-webkit-transition: 1s ease;
transition: 1s ease; }
.aui--paragraph .expandable-content.collapsed {
max-height: 0;
opacity: 0;
-webkit-transition: .4s ease;
transition: .4s ease; }
.aui--paragraph-read-more {
padding: 4px 0; }
.aui--paragraph-read-more.aui--button.btn-link:focus {
color: #337ab7;
text-decoration: none; }
.aui--paragraph-read-more.aui--button.btn-link:hover,
.aui--paragraph-read-more.aui--button.btn-link :hover:focus {
text-decoration: underline; }

Loading

0 comments on commit 228ca75

Please sign in to comment.