本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
kj
/
bizfile
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
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…
取消
儲存