File tree Expand file tree Collapse file tree 4 files changed +274
-181
lines changed Expand file tree Collapse file tree 4 files changed +274
-181
lines changed Original file line number Diff line number Diff line change 2929
3030# Visual Studio 2015/2017 cache/options directory
3131.vs /
32+
33+ # VS Code folder
34+ .vscode /
Original file line number Diff line number Diff line change @@ -127,6 +127,45 @@ body {
127127 display : none;
128128}
129129
130+ .faq .faq-item {
131+ margin : 10px 0 0 ;
132+ max-width : 560px ;
133+ }
134+ .faq .faq-item : first-child {
135+ margin : 0 ;
136+ }
137+ .faq .faq-answer {
138+ font-size : 14px ;
139+ padding : 10px ;
140+ margin : 5px 0 0 ;
141+ background-color : var (--grey );
142+ }
143+ .faq .btn-wrap {
144+ margin : 10px 0 0 ;
145+ }
146+ .faq .btn-apply {
147+ background : var (--blue );
148+ color : # fff ;
149+ position : relative;
150+ display : inline-block;
151+ padding : 5px 16px ;
152+ font-size : 14px ;
153+ font-weight : 500 ;
154+ line-height : 20px ;
155+ white-space : nowrap;
156+ cursor : pointer;
157+ -webkit-user-select : none;
158+ -moz-user-select : none;
159+ -ms-user-select : none;
160+ user-select : none;
161+ border : 1px solid;
162+ border-radius : 6px ;
163+ -webkit-appearance : none;
164+ -moz-appearance : none;
165+ appearance : none;
166+ text-decoration : none !important ;
167+ }
168+
130169.case-studies > .text > li {
131170 margin : 20px 0 0 ;
132171}
You can’t perform that action at this time.
0 commit comments