File tree Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 9
9
},
10
10
"dependencies" : {
11
11
"bootstrap" : " ^4.3.1" ,
12
+ "material-design-icons" : " ^3.0.1" ,
12
13
"vue" : " ^2.6.6" ,
13
14
"vue-class-component" : " ^6.0.0" ,
14
15
"vue-property-decorator" : " ^7.0.0"
Original file line number Diff line number Diff line change 2
2
<div id =" app" class =" container-fluid" style =" height : 98vh ; padding-top : 2vh ; padding-left : 2vw ;" >
3
3
<div class =" row" style =" height : 85% ;" >
4
4
<div class =" col-md-7" style =" height : 100% ;" >
5
- <h1 >Announcements</h1 >
5
+ <h1 >Announcements < span class = " material-icons " >announcement</ span > </h1 >
6
6
</div >
7
7
<div class =" col-md-5" >
8
8
<div >
9
- <h1 >Weather</h1 >
9
+ <h1 >Weather < span class = " material-icons " >cloud</ span > </h1 >
10
10
</div >
11
11
<div >
12
- <h1 >Shuttles</h1 >
12
+ <h1 >Shuttles < span class = " material-icons " >airport_shuttle</ span > </h1 >
13
13
</div >
14
14
</div >
15
15
</div >
Original file line number Diff line number Diff line change 1
- @import '~bootstrap/dist/css/bootstrap.css' ;
1
+ @import '~bootstrap/dist/css/bootstrap.css' ;
2
+ @import '~material-design-icons/iconfont/material-icons.css' ;
Original file line number Diff line number Diff line change @@ -3518,6 +3518,11 @@ map-visit@^1.0.0:
3518
3518
dependencies :
3519
3519
object-visit "^1.0.0"
3520
3520
3521
+ material-design-icons@^3.0.1 :
3522
+ version "3.0.1"
3523
+ resolved "https://registry.yarnpkg.com/material-design-icons/-/material-design-icons-3.0.1.tgz#9a71c48747218ebca51e51a66da682038cdcb7bf"
3524
+ integrity sha1-mnHEh0chjrylHlGmbaaCA4zct78=
3525
+
3521
3526
md5.js@^1.3.4 :
3522
3527
version "1.3.5"
3523
3528
resolved "https://registry.yarnpkg.com/md5.js/-/md5.js-1.3.5.tgz#b5d07b8e3216e3e27cd728d72f70d1e6a342005f"
You can’t perform that action at this time.
0 commit comments