Skip to content

Commit

Permalink
🔧 chore(layout.scss): Remove .r class
Browse files Browse the repository at this point in the history
  • Loading branch information
Spiderpig86 committed Dec 22, 2023
1 parent 81336a8 commit 3879122
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 27 deletions.
6 changes: 0 additions & 6 deletions dist/cirrus-all.css
Original file line number Diff line number Diff line change
Expand Up @@ -3175,12 +3175,6 @@ section {
padding: 0;
}

.r {
/* Legacy row pre 0.5.5 */
max-width: 100%;
padding: 0.5rem;
}

.level {
align-items: center;
justify-content: space-between;
Expand Down
2 changes: 1 addition & 1 deletion dist/cirrus-all.min.css

Large diffs are not rendered by default.

6 changes: 0 additions & 6 deletions dist/cirrus-core.css
Original file line number Diff line number Diff line change
Expand Up @@ -2914,12 +2914,6 @@ section {
padding: 0;
}

.r {
/* Legacy row pre 0.5.5 */
max-width: 100%;
padding: 0.5rem;
}

.level {
align-items: center;
justify-content: space-between;
Expand Down
2 changes: 1 addition & 1 deletion dist/cirrus-core.min.css

Large diffs are not rendered by default.

6 changes: 0 additions & 6 deletions dist/cirrus.css
Original file line number Diff line number Diff line change
Expand Up @@ -2915,12 +2915,6 @@ section {
padding: 0;
}

.r {
/* Legacy row pre 0.5.5 */
max-width: 100%;
padding: 0.5rem;
}

.level {
align-items: center;
justify-content: space-between;
Expand Down
2 changes: 1 addition & 1 deletion dist/cirrus.min.css

Large diffs are not rendered by default.

6 changes: 0 additions & 6 deletions src/base/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -212,12 +212,6 @@ section {
}
}

.r {
/* Legacy row pre 0.5.5 */
max-width: 100%;
padding: 0.5rem;
}

.level {
align-items: center;
justify-content: space-between;
Expand Down

0 comments on commit 3879122

Please sign in to comment.