-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
64679c6
commit c1072a5
Showing
9 changed files
with
180 additions
and
168 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
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
111 changes: 57 additions & 54 deletions
111
src/OnboardingSPA/pages/Steps/DesignColors/stylesheet.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 |
---|---|---|
@@ -1,55 +1,58 @@ | ||
|
||
|
||
.theme-colors-preview { | ||
flex: 1; | ||
margin: 16px; | ||
display: flex; | ||
align-items: center; | ||
flex-direction: column; | ||
justify-content: center; | ||
|
||
&__title-bar { | ||
width: 70%; | ||
height: 15px; | ||
display: flex; | ||
align-items: center; | ||
background-color: #ccc; | ||
justify-content: space-between; | ||
border: 1px solid transparent; | ||
|
||
&__browser { | ||
display: flex; | ||
align-items: center; | ||
justify-content: center; | ||
|
||
&__dot { | ||
background-color: #989ea7; | ||
width: 8px; | ||
margin: 3px; | ||
height: 8px; | ||
border-radius: 50%; | ||
display: inline-block; | ||
} | ||
} | ||
} | ||
|
||
&__live-preview-container { | ||
width: 70%; | ||
min-height: 90vh; | ||
overflow: hidden; | ||
position: relative; | ||
align-items: center; | ||
border: 1px solid #e3dfdf; | ||
margin-bottom: 30px; | ||
|
||
.live-preview { | ||
|
||
&__container { | ||
|
||
&-custom { | ||
width: 100%; | ||
} | ||
} | ||
} | ||
} | ||
} | ||
flex: 1; | ||
margin: 16px; | ||
display: flex; | ||
align-items: center; | ||
flex-direction: column; | ||
justify-content: center; | ||
|
||
&__title-bar { | ||
width: 70%; | ||
height: 15px; | ||
display: flex; | ||
align-items: center; | ||
background-color: #ccc; | ||
justify-content: space-between; | ||
border: 1px solid transparent; | ||
|
||
&__browser { | ||
display: flex; | ||
align-items: center; | ||
justify-content: center; | ||
|
||
&__dot { | ||
background-color: #989ea7; | ||
width: 8px; | ||
margin: 3px; | ||
height: 8px; | ||
border-radius: 50%; | ||
display: inline-block; | ||
} | ||
} | ||
} | ||
|
||
&__live-preview-container { | ||
width: 70%; | ||
min-height: 90vh; | ||
overflow: hidden; | ||
position: relative; | ||
align-items: center; | ||
border: 1px solid #e3dfdf; | ||
margin-bottom: 30px; | ||
|
||
|
||
&:hover { | ||
cursor: not-allowed; | ||
} | ||
|
||
.live-preview { | ||
|
||
&__container { | ||
|
||
&-custom { | ||
width: 100%; | ||
} | ||
} | ||
} | ||
} | ||
} |
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
Oops, something went wrong.