Skip to content

Commit 3f87012

Browse files
committed
add youtube resources
1 parent 720c861 commit 3f87012

File tree

6 files changed

+129
-15
lines changed

6 files changed

+129
-15
lines changed

Angular_files/angular-m.png

4.02 KB
Loading

Angular_files/angular-ru.png

8.27 KB
Loading

Angular_files/codej.png

7.94 KB
Loading

Angular_files/i_f7nHS5I0I.jpg

15.5 KB
Loading

Angular_files/styles.custom.css

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
}

0 commit comments

Comments
 (0)