Skip to content

Commit

Permalink
add not-allowed to skeleton states
Browse files Browse the repository at this point in the history
  • Loading branch information
arunshenoy99 committed Dec 23, 2022
1 parent c1072a5 commit babb833
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
vendor
.DS_Store
.DS_Store
.vscode
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ $main-color-light: var(--nfd-onboarding-white);
margin-top: 16px;
background: $main-color-light;
border: 0.5px solid $white-offset;
cursor: not-allowed;
width: clamp(15rem, 25vw, 35rem);
box-shadow: 0px 2px 8px 2px rgba(204, 204, 204, 0.175295);
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ $main-color-light-rgb: var(--nfd-onboarding-white-rgb);
height: 100%;
display: flex;
position: absolute;
cursor: not-allowed;
align-items: center;
flex-direction: column;
background-color: $main-color-grey;
Expand Down

0 comments on commit babb833

Please sign in to comment.