Skip to content

Commit

Permalink
console: Remove duplicate utility classes
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelJankoski committed Jan 22, 2024
1 parent 7a0840e commit f70ecae
Showing 1 changed file with 2 additions and 46 deletions.
48 changes: 2 additions & 46 deletions pkg/webui/styles/main.styl
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ code
background-color: $c-text-backdrop
padding: 0.1rem $cs.xxs
color: $tc-black

summary
display: revert
cursor: pointer
Expand Down Expand Up @@ -107,51 +107,7 @@ summary

.tc-deep-gray
color: $tc-deep-gray

.p-0
padding: 0 !important

.pt-0
margin-top: 0 !important

.pb-0
margin-bottom: 0 !important

.m-0
margin: 0 !important

.mt-0
margin-top: 0 !important

.mb-0
margin-bottom: 0 !important

for $size in 'xxs' 'xs' 's' 'l' 'm' 'l' 'xl' 'xxl'
.mt-cs-{$size}
margin-top: $cs[$size] !important

.mb-cs-{$size}
margin-bottom: $cs[$size] !important

.ml-cs-{$size}
margin-left: $cs[$size] !important

.mr-cs-{$size}
margin-right: $cs[$size] !important

for $size in 'xxs' 'xs' 's' 'l' 'm' 'l' 'xl' 'xxl'
.mt-ls-{$size}
margin-top: $ls[$size] !important

.mb-ls-{$size}
margin-bottom: $ls[$size] !important

.ml-ls-{$size}
margin-left: $ls[$size] !important

.mr-ls-{$size}
margin-right: $ls[$size] !important


.panel-title
padding-bottom: $cs.xs
border-bottom: 1px solid $c-divider

0 comments on commit f70ecae

Please sign in to comment.