parent
4dfab5b8e2
commit
0cbc96a54b
4 changed files with 92 additions and 45 deletions
|
@ -838,12 +838,12 @@ i.toggle-icon:hover {
|
|||
font-size: 1.4em;
|
||||
}
|
||||
|
||||
.plans-list .plan.bus-small, .plans-list .plan.bus-coreos-trial {
|
||||
.plans-list .plan.bus-small, .plans-list .plan.bus-small-30 {
|
||||
border-top: 6px solid #46ac39;
|
||||
margin-top: -10px;
|
||||
}
|
||||
|
||||
.plans-list .plan.bus-small .plan-box, .plans-list .plan.bus-coreos-trial .plan-box {
|
||||
.plans-list .plan.bus-small .plan-box, .plans-list .plan.bus-small-30 .plan-box {
|
||||
background: black !important;
|
||||
}
|
||||
|
||||
|
@ -934,7 +934,7 @@ i.toggle-icon:hover {
|
|||
margin-bottom: 6px;
|
||||
}
|
||||
|
||||
.plans-list .plan.bus-small button, .plans-list .plan.bus-coreos-trial button {
|
||||
.plans-list .plan.bus-small button, .plans-list .plan.bus-small-30 button {
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
|
@ -942,7 +942,7 @@ i.toggle-icon:hover {
|
|||
padding-top: 248px;
|
||||
}
|
||||
|
||||
.plans-list .features-bar .feature .count {
|
||||
.plans-list .features-bar .feature .count-panel {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
|
@ -972,7 +972,8 @@ i.toggle-icon:hover {
|
|||
padding-bottom: 0px;
|
||||
}
|
||||
|
||||
.plans-list .plan .feature {
|
||||
.plans-list .plan .feature,
|
||||
.plans-list .plan .count-feature {
|
||||
text-align: center;
|
||||
padding: 10px;
|
||||
border-bottom: 1px solid #ddd;
|
||||
|
@ -1008,7 +1009,7 @@ i.toggle-icon:hover {
|
|||
background: #46ac39;
|
||||
}
|
||||
|
||||
.plans-list .plan .count, .plans-list .features-bar .count {
|
||||
.plans-list .plan .count-panel, .plans-list .features-bar .count-panel {
|
||||
background: white;
|
||||
border-bottom: 0px;
|
||||
text-align: center !important;
|
||||
|
@ -1016,8 +1017,7 @@ i.toggle-icon:hover {
|
|||
padding: 10px;
|
||||
}
|
||||
|
||||
.plans-list .plan .count b, .plans-list .features-bar .count b {
|
||||
font-size: 1.5em;
|
||||
.plans-list .plan .count-panel b, .plans-list .features-bar .count-panel b {
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
@ -1048,14 +1048,20 @@ i.toggle-icon:hover {
|
|||
}
|
||||
}
|
||||
|
||||
.plans-list .plan .count {
|
||||
.plans-list .plan .count-panel {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.plans-list .plan .count b {
|
||||
font-size: 1.5em;
|
||||
vertical-align: text-bottom;
|
||||
color: #428bca;
|
||||
}
|
||||
|
||||
.plans-list .plan .count-feature {
|
||||
line-height: 1.5em;
|
||||
}
|
||||
|
||||
.plans-list .plan.business-plan .count b {
|
||||
color: #46ac39;
|
||||
}
|
||||
|
@ -1879,7 +1885,7 @@ p.editable:hover i {
|
|||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.repo .repo-controls .count {
|
||||
.repo .repo-controls .count-panel {
|
||||
display: inline-block;
|
||||
padding-left: 4px;
|
||||
padding-right: 4px;
|
||||
|
@ -1895,7 +1901,7 @@ p.editable:hover i {
|
|||
-moz-transition: -moz-transform 500ms ease-in-out;
|
||||
}
|
||||
|
||||
.repo .repo-controls .count.visible {
|
||||
.repo .repo-controls .count-panel.visible {
|
||||
transform: scaleX(1);
|
||||
-webkit-transform: scaleX(1);
|
||||
-moz-transform: scaleX(1);
|
||||
|
|
Reference in a new issue