Skip to content

Commit

Permalink
[field] Add missing variable import
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars committed Oct 6, 2020
1 parent 4d1116f commit 5797911
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import 'part:@sanity/base/theme/variables-style';

.segment {
position: relative;

Expand All @@ -8,16 +10,16 @@
content: '';
width: 100%;
height: 2px;
transition: all .2s ease-in-out;
transition: all 0.2s ease-in-out;
opacity: 0;
}

@nest &:first-child {
@nest &:first-child {
border-top-left-radius: 1px;
border-bottom-left-radius: 1px;
}

@nest &:last-child {
@nest &:last-child {
border-top-right-radius: 1px;
border-bottom-right-radius: 1px;
}
Expand Down

0 comments on commit 5797911

Please sign in to comment.