Merge branch 'newbuildview'
This commit is contained in:
commit
43ab838998
33 changed files with 1095 additions and 36 deletions
|
@ -733,4 +733,24 @@
|
|||
.cor-container {
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
.cor-title-link {
|
||||
line-height: 30px;
|
||||
margin-top: 22px;
|
||||
margin-bottom: 10px;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.cor-title-link a {
|
||||
color: lightblue;
|
||||
}
|
||||
|
||||
.cor-title-link a.back-link:before {
|
||||
content: "\f060";
|
||||
color: white;
|
||||
display: inline-block;
|
||||
margin-right: 10px;
|
||||
vertical-align: middle;
|
||||
font-family: FontAwesome;
|
||||
}
|
||||
|
|
Reference in a new issue