Skip to content

Commit

Permalink
add utility
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchox5 committed Oct 17, 2023
1 parent 03836d1 commit dc105e8
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/utilities/_content.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
@use '../settings/mixins' as *;

.o-content {
padding: 5px;
width: inherit;
height: inherit;
display: grid;
border-radius: inherit;
grid-area: 1/1/1/1;
@include alignment;
overflow: hidden;
z-index: 10;
}

//sector capsule

//o-svg

//label

0 comments on commit dc105e8

Please sign in to comment.