Skip to content

Commit

Permalink
Upd
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanmir committed Jul 15, 2019
1 parent 15cfd2d commit 961625c
Show file tree
Hide file tree
Showing 9 changed files with 635 additions and 28 deletions.
1 change: 1 addition & 0 deletions packages/style/src/components/dp-po-breadcrumbs.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@

.dp-po-Breadcrumb-item .dp-po-Breadcrumb-link {
color: var(--grey);
text-decoration: none;
}

.dp-po-Breadcrumb-item:hover .dp-po-Breadcrumb-link {
Expand Down
33 changes: 33 additions & 0 deletions packages/style/src/components/dp-po-buttons.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,39 @@
max-height: 44px;
min-width: 254px;
padding: 14px 0;
line-height: 1;
}

.dp-po-Button.Button--large.Button--facebook {
background-color: var(--color-facebook);
font: var(--p-2-bold);
padding: 11px 0px 11px 25px;
}

.dp-po-Button.Button--large.Button--facebook:hover {
background-color: var(--color-facebook);
opacity: 0.8;
}

.dp-po-Button.Button--facebook .dp-po-Icon:after {
content: '';
position: absolute;
right: 0;
top: 0;
width: 1px;
height: 100%;
background-color: var(--white);
}

.dp-po-Button.Button--large.Button--linkedin {
background-color: var(--color-linkedin);
font: var(--p-2-bold);
padding: 11px 0px 11px 25px;
}

.dp-po-Button.Button--large.Button--linkedin:hover {
background-color: var(--color-linkedin);
opacity: 0.8;
}

.dp-po-Button.Button--large:hover {
Expand Down
1 change: 1 addition & 0 deletions packages/style/src/components/dp-po-dropdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
background-color: transparent;
border: 0;
margin-left: auto;
outline: none;
}

.dp-po-dropdown-atom + .dp-po-dropdown-menu {
Expand Down
Loading

0 comments on commit 961625c

Please sign in to comment.