This website works better with JavaScript.
首頁
探索
說明
登入
kj
/
bizfile
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
Nav bar styles changes
master
kj1352
4 年之前
父節點
a83a4a75f0
當前提交
94129e3bf7
共有
1 個文件被更改
,包括
17 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+17
-0
src/app/tabs/tabs.component.scss
+ 17
- 0
src/app/tabs/tabs.component.scss
查看文件
@@ -17,6 +17,23 @@ $header-height: 10rem;
}
}
nav {
margin: 0 2rem;
display: flex;
align-items: center;
justify-content: flex-start;
a {
font-size: 1.6rem;
letter-spacing: 0.5px;
color: var(--dark-grey);
&:hover {
text-decoration: underline;
}
}
}
.search-input {
position: relative;
margin-left: auto;
Write
Preview
Loading…
取消
儲存