fixed CSS references to element instead of class
This commit is contained in:
parent
e59d394491
commit
b0cc8d0f19
3 changed files with 20 additions and 15 deletions
|
@ -1,51 +1,51 @@
|
|||
.linear-workflow-section {
|
||||
linear-workflow-section {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.linear-workflow-section.row {
|
||||
linear-workflow-section.row {
|
||||
margin-left: 0px;
|
||||
margin-right: 0px;
|
||||
}
|
||||
|
||||
.linear-workflow .upcoming-table {
|
||||
linear-workflow .upcoming-table {
|
||||
vertical-align: middle;
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
.linear-workflow .upcoming-table .fa {
|
||||
linear-workflow .upcoming-table .fa {
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
.linear-workflow .upcoming {
|
||||
linear-workflow .upcoming {
|
||||
color: #888;
|
||||
vertical-align: middle;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.linear-workflow .upcoming ul {
|
||||
linear-workflow .upcoming ul {
|
||||
padding: 0px;
|
||||
display: inline-block;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.linear-workflow .upcoming li {
|
||||
linear-workflow .upcoming li {
|
||||
display: inline-block;
|
||||
margin-right: 6px;
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
.linear-workflow .upcoming li:after {
|
||||
linear-workflow .upcoming li:after {
|
||||
content: "•";
|
||||
display: inline-block;
|
||||
margin-left: 6px;
|
||||
margin-right: 2px;
|
||||
}
|
||||
|
||||
.linear-workflow .upcoming li:last-child:after {
|
||||
linear-workflow .upcoming li:last-child:after {
|
||||
content: "";
|
||||
}
|
||||
|
||||
.linear-workflow .bottom-controls {
|
||||
linear-workflow .bottom-controls {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue