diff --git a/src/styles/global.scss b/src/styles/global.scss index 87d0a81..eabf453 100644 --- a/src/styles/global.scss +++ b/src/styles/global.scss @@ -245,6 +245,21 @@ textarea { } } +.width { + &-100 { + width: 100%; + } + &-75 { + width: 75%; + } + &-50 { + width: 50%; + } + &-25 { + width: 25%; + } +} + .cursor { &-pointer { cursor: pointer;