Merge branch 'master' of ssh://khuhub.khu.ac.kr:12959/2020-1-capstone-design1/Triz_Project1
Showing
4 changed files
with
43 additions
and
0 deletions
front/web/CSS/Banner.css
0 → 100644
1 | +<style> | ||
2 | + | ||
3 | +a:visited{color:black;} | ||
4 | +a:active {color: black;} | ||
5 | +a:hover {color:black;} | ||
6 | +a:link {color:black;} | ||
7 | +a{text-decoration: none;color: black;} | ||
8 | + | ||
9 | +.banner{ | ||
10 | + display:block; | ||
11 | +} | ||
12 | + | ||
13 | +#khu-logo{ | ||
14 | + align-content: space-between; | ||
15 | + display: inline-block; | ||
16 | + font-size: 0; | ||
17 | + padding: 0; | ||
18 | + border:none; | ||
19 | +} | ||
20 | +#khu-logo-font{ | ||
21 | + font-family: 'Black Han Sans', sans-serif; | ||
22 | + align-content: space-between; | ||
23 | + font-size:20px; | ||
24 | + line-height: inherit; | ||
25 | + display: inline-block; | ||
26 | + padding: 5; | ||
27 | + border:none; | ||
28 | +} | ||
29 | + | ||
30 | +.khu-nav{ | ||
31 | + display:flex; | ||
32 | + justify-content: space-between; | ||
33 | + padding:20px; | ||
34 | + height:center; | ||
35 | + background-color: white; | ||
36 | + border-bottom: 1px solid #ebeaeb; | ||
37 | +} | ||
38 | +.khu-nav-row{ | ||
39 | + display:flex; | ||
40 | + justify-content: space-between; | ||
41 | +} | ||
42 | +</style> |
front/web/CSS/Globalstyle.css
0 → 100644
File mode changed
front/web/img/Khu_Chat_Icon.svg
0 → 100644
1 | +<svg aria-hidden="true" focusable="false" data-prefix="far" data-icon="comments" class="svg-inline--fa fa-comments fa-w-18" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="currentColor" d="M532 386.2c27.5-27.1 44-61.1 44-98.2 0-80-76.5-146.1-176.2-157.9C368.3 72.5 294.3 32 208 32 93.1 32 0 103.6 0 192c0 37 16.5 71 44 98.2-15.3 30.7-37.3 54.5-37.7 54.9-6.3 6.7-8.1 16.5-4.4 25 3.6 8.5 12 14 21.2 14 53.5 0 96.7-20.2 125.2-38.8 9.2 2.1 18.7 3.7 28.4 4.9C208.1 407.6 281.8 448 368 448c20.8 0 40.8-2.4 59.8-6.8C456.3 459.7 499.4 480 553 480c9.2 0 17.5-5.5 21.2-14 3.6-8.5 1.9-18.3-4.4-25-.4-.3-22.5-24.1-37.8-54.8zm-392.8-92.3L122.1 305c-14.1 9.1-28.5 16.3-43.1 21.4 2.7-4.7 5.4-9.7 8-14.8l15.5-31.1L77.7 256C64.2 242.6 48 220.7 48 192c0-60.7 73.3-112 160-112s160 51.3 160 112-73.3 112-160 112c-16.5 0-33-1.9-49-5.6l-19.8-4.5zM498.3 352l-24.7 24.4 15.5 31.1c2.6 5.1 5.3 10.1 8 14.8-14.6-5.1-29-12.3-43.1-21.4l-17.1-11.1-19.9 4.6c-16 3.7-32.5 5.6-49 5.6-54 0-102.2-20.1-131.3-49.7C338 339.5 416 272.9 416 192c0-3.4-.4-6.7-.7-10C479.7 196.5 528 238.8 528 288c0 28.7-16.2 50.6-29.7 64z"></path></svg> | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment