File tree Expand file tree Collapse file tree 6 files changed +129
-15
lines changed
Expand file tree Collapse file tree 6 files changed +129
-15
lines changed Original file line number Diff line number Diff line change @@ -127,6 +127,15 @@ article {
127127 color : # fff ;
128128}
129129
130+ .chat-angular-nativescript {
131+ background : # 3e61f8 ;
132+ color : # fff ;
133+ }
134+
135+ .fa .fa-youtube-play {
136+ color : # da2723 ;
137+ }
138+
130139@media (max-width : 920px ) {
131140
132141 .home-row .card .telegram img {
@@ -151,3 +160,33 @@ article {
151160 }
152161
153162}
163+
164+
165+ .text-middle-title {
166+ margin-bottom : 20px ;
167+ text-align : center;
168+ }
169+
170+ .text-middle-title .fa {
171+ margin-right : 5px ;
172+ }
173+
174+ .home-row img .card-scope {
175+ width : 80px ;
176+ height : 80px ;
177+ min-width : 80px ;
178+ min-height : 80px ;
179+ max-width : 100% !important ;
180+ margin : 10px auto;
181+ flex : none;
182+ border-radius : 50% ;
183+ background-color : transparent;
184+ overflow : hidden;
185+ display : block;
186+ border : 1px solid # f2d8d8 ;
187+ }
188+
189+ .home-row img .card-default {
190+ border : none;
191+ border-radius : initial;
192+ }
You can’t perform that action at this time.
0 commit comments