Skip to content

Commit

Permalink
fix(root-layout): update class (#802)
Browse files Browse the repository at this point in the history
Co-authored-by: iropolo <ignacio.ropolo@dialpad.com>
  • Loading branch information
iropolo and iropolo authored Jan 27, 2023
1 parent 61fcb76 commit 0018388
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
19 changes: 19 additions & 0 deletions lib/build/less/components/root-layout.less
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;
}
1 change: 1 addition & 0 deletions lib/build/less/dialtone.less
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
@import 'components/toggle';
@import 'components/presence';
@import 'components/icon';
@import 'components/root-layout';

// -- CONFIG
@import 'utilities/internals';
Expand Down

0 comments on commit 0018388

Please sign in to comment.