-
Notifications
You must be signed in to change notification settings - Fork 62
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
yuriy
committed
Oct 30, 2020
1 parent
e139f5b
commit f5774ce
Showing
6 changed files
with
401 additions
and
23 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
.faqContainer { | ||
.item { | ||
margin-bottom 15px; | ||
|
||
.label { | ||
} | ||
|
||
.textContainer { | ||
// margin-top -10px | ||
margin-left 30px | ||
|
||
.text { | ||
color black | ||
line-height 25px | ||
margin 5px 0 | ||
|
||
ul { | ||
list-style none | ||
padding-left 20px | ||
|
||
li { | ||
margin 7px 0 | ||
} | ||
} | ||
|
||
p { | ||
margin 0 | ||
padding 0 | ||
} | ||
|
||
span { | ||
color: #47b8eb | ||
} | ||
|
||
a { | ||
color #47b8eb | ||
text-decoration-color #47b8eb | ||
} | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.