From ed1522e524488d1d943626d45431a82e6fc3d962 Mon Sep 17 00:00:00 2001 From: rv-andre <31223556+rv-andre@users.noreply.github.com> Date: Tue, 2 Oct 2018 16:56:24 -0300 Subject: [PATCH] Add breckets Add breckets to not broke your code. --- src/components/googlenav/googlenav.sass | 112 ++++++++++++------------ 1 file changed, 56 insertions(+), 56 deletions(-) diff --git a/src/components/googlenav/googlenav.sass b/src/components/googlenav/googlenav.sass index 762a104..cecc0ce 100644 --- a/src/components/googlenav/googlenav.sass +++ b/src/components/googlenav/googlenav.sass @@ -1,87 +1,87 @@ .nav-content - display: flex - font-size: small - font-family: arial,sans-serif - margin-top: 60px + display: flex; + font-size: small; + font-family: arial,sans-serif; + margin-top: 60px; > .navitem - align-items: center - display: flex - justify-content: center - list-style: none - margin: 0 5px + align-items: center; + display: flex; + justify-content: center; + list-style: none; + margin: 0 5px; .link - color: #4285f4 - display: inline-flex - justify-content: center - position: relative - text-decoration: none - width: 10px + color: #4285f4; + display: inline-flex; + justify-content: center; + position: relative; + text-decoration: none; + width: 10px; &:before - background: url(https://i.imgur.com/s1YuyPk.png) no-repeat - background-position: -73px 0 - content: "" - height: 30px - position: absolute - right: -4px - top: -45px - width: 20px + background: url(https://i.imgur.com/s1YuyPk.png) no-repeat; + background-position: -73px 0; + content: ""; + height: 30px; + position: absolute; + right: -4px; + top: -45px; + width: 20px; &:hover - text-decoration: underline + text-decoration: underline; .spacer - height: 15px - width: 45.5px + height: 15px; + width: 45.5px; &.-last - width: 28px + width: 28px; &.-first - padding: 0 25px 0 0 + padding: 0 25px 0 0; .link - width: max-content + width: max-content; &:before - background: url(https://i.imgur.com/s1YuyPk.png) no-repeat - content: "" - height: 30px - position: absolute - right: -28px - top: -44px - width: 52px + background: url(https://i.imgur.com/s1YuyPk.png) no-repeat; + content: ""; + height: 30px; + position: absolute; + right: -28px; + top: -44px; + width: 52px; &.-last - padding: 0 0 0 25px + padding: 0 0 0 25px; .link - width: max-content + width: max-content; &:before - background: url(https://i.imgur.com/s1YuyPk.png) no-repeat - background-position: -97px 0 - content: "" - height: 37px - position: absolute - right: -13px - top: -45px - width: 70px + background: url(https://i.imgur.com/s1YuyPk.png) no-repeat; + background-position: -97px 0; + content: ""; + height: 37px; + position: absolute; + right: -13px; + top: -45px; + width: 70px; &.-selected .link - color: black - cursor: text + color: black; + cursor: text; &:before - background: url(https://i.imgur.com/s1YuyPk.png) no-repeat - background-position: -52px 0 - content: "" - height: 30px - position: absolute - right: -4px - top: -45px - width: 20px + background: url(https://i.imgur.com/s1YuyPk.png) no-repeat; + background-position: -52px 0; + content: ""; + height: 30px; + position: absolute; + right: -4px; + top: -45px; + width: 20px;