Skip to content

Commit

Permalink
tec: Provide a CSS .indent class
Browse files Browse the repository at this point in the history
This allows to add some margin on the left of the elements.
  • Loading branch information
marien-probesys committed May 9, 2023
1 parent 191c552 commit 4aa8a10
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions assets/stylesheets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
@import "./_fonts.css";
@import "./utils/flow.css";
@import "./utils/grids.css";
@import "./utils/indent.css";
@import "./utils/rows.css";
@import "./utils/text.css";
@import "./utils/wrapper.css";
Expand Down
7 changes: 7 additions & 0 deletions assets/stylesheets/utils/indent.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/* This file is part of Bileto. */
/* Copyright 2022-2023 Probesys */
/* SPDX-License-Identifier: AGPL-3.0-or-later */

.indent {
margin-left: 3rem;
}

0 comments on commit 4aa8a10

Please sign in to comment.