Nobody knows the future
.button {
display: inline-block;
padding: 5px 10px;
margin: 0 10px;
}
.edit {
padding-left: 20px;
background: url('edit-icon.png');
}
... in some time
john.doe@example.com
Change email
/* Ooops! */
.edit {
background: url('edit-email-icon.png');
}
.toolbar .edit {
...
}
.toolbar .button {
...
}
.user-profile .edit {
...
}
.toolbar .button .edit
.toolbar__button_edit
block__elem1__elem2
)link
for example)page
, page-section
)Toolbar is located inside the block header and it should fill its right half
.header { ... }
.header__toolbar {
float: right;
width: 50%;
}
toolbar
toolbar__item toolbar__text "android"
toolbar__item toolbar__button "▼"
toolbar__item toolbar__button "✓ Mark as read"
toolbar__item toolbar__button toolbar__button_toggled "∀ View all"
toolbar__item toolbar__button "↑"
toolbar__item toolbar__button "↓"
toolbar__item toolbar__spacer " "
toolbar__item toolbar__button
toolbar__icon "/errors.svg"
toolbar__item toolbar__button
toolbar__icon "/avatar.jpeg"
toolbar__text "dra1n"