Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 7abac76

Browse files
committed
minor tweaks
1 parent eae0ecd commit 7abac76

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

app/my-dashboard/my-dashboard.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
//- .ttl
99
//- tc-banner(theme="black", banner-name="ttl")
10-
.tco
10+
.tco.tco17
1111
.tc-banner-placeholder.black.bg-image
1212
.title 2017 Topcoder Open
1313
.subtitle The Ultimate Programming & Design tournament

assets/css/directives/tc-banner.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
$tco-color: #F47A20;
44
$tco-color-dark: #ea690b;
55

6+
.tco17 {
7+
margin-bottom: 10px;
8+
}
9+
610
.tc-banner-placeholder {
711
display: flex;
812
flex-direction: column;
@@ -134,6 +138,7 @@ $tco-color-dark: #ea690b;
134138
background-color: white;
135139
color: #0096FF;
136140
padding: 10px 20px;
141+
margin-top: 5px;
137142
}
138143

139144
.tc-btn-radius {
@@ -153,9 +158,11 @@ $tco-color-dark: #ea690b;
153158
.title {
154159
font-size: 36px;
155160
margin-bottom: 5px;
161+
margin-top: 10px;
156162
}
157163

158164
.subtitle {
165+
margin-top: 20px;
159166
width: 450px;
160167
}
161168

0 commit comments

Comments
 (0)