This commit is contained in:
Shan Carter
2017-01-11 11:12:04 -08:00
parent 10c436ffb2
commit 93d61449f9
3 changed files with 10 additions and 3 deletions
+3 -2
View File
@@ -6,12 +6,13 @@ dt-header {
display: block;
position: relative;
height: 60px;
background: none;
background: #f9f9f9;
width: 100%;
box-sizing: border-box;
z-index: 2;
color: rgba(0, 0, 0, 0.8);
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
}
dt-header .content {
height: 60px;