var _this = this,
newElemWidth = this.$container[0].getBoundingClientRect().width,
comp = window.getComputedStyle(this.$container[0]),
- pdngl = parseInt(comp['padding-right'], 10),
+ pdngl = parseInt(comp['padding-left'], 10),
pdngr = parseInt(comp['padding-right'], 10);
if (this.$anchor && this.$anchor.length) {
<link href="../assets/css/foundation.css" rel="stylesheet" />
<style>
- .container {
- background-color: rgba(255, 0, 0, 0.7);
- }
-
.menue {
background-color: white;
text-align: right;
main .row {
background: yellow;
}
-
- .first {
- height: 20px;
- }
</style>
</head>