mirror of
https://github.com/Febbweiss/CloudBudget-AngularJS.git
synced 2026-03-04 22:35:38 +00:00
17 lines
281 B
CSS
17 lines
281 B
CSS
div.div-striped div.row:nth-of-type(odd) {
|
|
background: #e0e0e0;
|
|
}
|
|
div.div-striped div.row:nth-of-type(even) {
|
|
background: #FFFFFF;
|
|
}
|
|
|
|
.vcenter div {
|
|
height: 3em;
|
|
top: 1em;
|
|
}
|
|
|
|
.vcenter div .btn,
|
|
.vcenter div .form-control {
|
|
position: relative;
|
|
top: -0.5em;
|
|
} |