Skip to content

Commit

Permalink
fix: action panel border
Browse files Browse the repository at this point in the history
  • Loading branch information
pphminions committed Jul 24, 2019
1 parent 64fdaf2 commit dbf6e01
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/adslot-ui/ActionPanel/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
min-width: 300px;
min-height: 100px;
z-index: $zindex-popover;
border: $border-lighter;
border-radius: 2px;
background-color: $color-white;

Expand Down Expand Up @@ -41,6 +40,7 @@
display: flex;
justify-content: space-between;
align-items: center;
border: $border-lighter;

.title {
font-size: $font-size-header;
Expand Down Expand Up @@ -95,6 +95,7 @@
&.has-actions {
background-color: $color-blue;
color: $color-inverse;
border: 0;

.actions {
.btn {
Expand All @@ -120,6 +121,8 @@

&-body {
padding: 30px;
border: $border-lighter;
border-top: 0;
}
}

Expand Down

0 comments on commit dbf6e01

Please sign in to comment.