-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(root-layout): update class (#802)
Co-authored-by: iropolo <ignacio.ropolo@dialpad.com>
- Loading branch information
Showing
2 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
// | ||
// DIALTONE | ||
// COMPONENTS: Root Layout | ||
// | ||
// These are the styles for root layout for Dialpad's design system Dialtone. | ||
// For further documentation of these and other classes, | ||
// visit https://dialpad.design/components/root-layout.html | ||
// | ||
// TABLE OF CONTENTS | ||
// • BASE STYLE | ||
// | ||
// ============================================================================ | ||
// $ BASE STYLE | ||
// ---------------------------------------------------------------------------- | ||
.d-root-layout { | ||
display: flex; | ||
flex-direction: column; | ||
height: 100vh; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters