-
Notifications
You must be signed in to change notification settings - Fork 28
Conversation
|
||
&:hover { | ||
text-decoration: none; | ||
} | ||
|
||
l |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo. :)
} | ||
|
||
.poi_panel__actions { | ||
width: 110%; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That doesn't sounds like a good idea at all.
|
||
.poi_panel__actions { | ||
width: 110%; | ||
margin-left: -5%; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same.
color: $secondary_text; | ||
text-transform: uppercase; | ||
height: $HEADER_SIZE; | ||
height: 40px; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The constant is here for a reason. :-/
&:not(:first-child){ | ||
min-width: 20% | ||
} | ||
min-width: 24%; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm a bit skeptical about those changes: why setting this value three times? Also: it'll need to be checked very carefully.
No description provided.