Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3 from teamleadercrm/update/shadow-border-radius
Browse files Browse the repository at this point in the history
Update/shadow border radius
  • Loading branch information
driesd authored Dec 12, 2017
2 parents bd60af8 + c20ff37 commit 1ec6f81
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 17 deletions.
36 changes: 20 additions & 16 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,28 +41,31 @@

/* Box-shadows */
.box-shadow-100::before {
bottom: 1px;
box-shadow: var(--box-shadow-100);
content: "";
left: 1px;
position: absolute;
right: 1px;
top: 1px;
z-index: -1;
border-radius: 4px;
bottom: 1px;
box-shadow: var(--box-shadow-100);
content: "";
left: 1px;
position: absolute;
right: 1px;
top: 1px;
z-index: -1;
}

.box-shadow-200::before {
bottom: 2px;
box-shadow: var(--box-shadow-200);
content: "";
left: 2px;
position: absolute;
right: 2px;
top: 2px;
z-index: -1;
border-radius: 4px;
bottom: 2px;
box-shadow: var(--box-shadow-200);
content: "";
left: 2px;
position: absolute;
right: 2px;
top: 2px;
z-index: -1;
}

.box-shadow-300::before {
border-radius: 4px;
bottom: 4px;
box-shadow: var(--box-shadow-300);
content: "";
Expand All @@ -74,6 +77,7 @@
}

.box-shadow-400::before {
border-radius: 4px;
bottom: 8px;
box-shadow: var(--box-shadow-400);
content: "";
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@teamleader/ui-utilities",
"private": false,
"version": "0.0.4",
"version": "0.0.5",
"description": "Teamleader UI utilities",
"main": "index.css",
"repository": {
Expand Down

0 comments on commit 1ec6f81

Please sign in to comment.