This repository has been archived by the owner on Jul 31, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
monorepo f-field global styles added
- Loading branch information
vikas-cldcvr
committed
Oct 8, 2023
1 parent
2fcc586
commit 1a81a22
Showing
3 changed files
with
16 additions
and
13 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
packages/flow-core/src/components/f-field/f-field-global.scss
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,12 @@ | ||
@import "./../../mixins/scss/mixins"; | ||
|
||
f-field { | ||
width: 100%; | ||
&[variant="inline"] { | ||
flex: 0 0 auto; | ||
width: fit-content; | ||
} | ||
&[disabled] { | ||
@include disabled(); | ||
} | ||
} |
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
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