design(tabs): clean up tab icons, polish spacing and colors
This commit is contained in:
parent
b6bd833a96
commit
09924ed272
12 changed files with 201 additions and 179 deletions
|
|
@ -2,34 +2,35 @@
|
|||
.icon {
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
&.ico-home{
|
||||
margin: 6px 0 2px;
|
||||
&.ico-home {
|
||||
background-image: url('../img/tab-icons/ico-home.svg');
|
||||
}
|
||||
&.ico-home-selected{
|
||||
&.ico-home-selected {
|
||||
background-image: url('../img/tab-icons/ico-home-selected.svg');
|
||||
}
|
||||
&.ico-receive{
|
||||
&.ico-receive {
|
||||
background-image: url('../img/tab-icons/ico-receive.svg');
|
||||
}
|
||||
&.ico-receive-selected{
|
||||
&.ico-receive-selected {
|
||||
background-image: url('../img/tab-icons/ico-receive-selected.svg');
|
||||
}
|
||||
&.ico-settings{
|
||||
&.ico-settings {
|
||||
background-image: url('../img/tab-icons/ico-settings.svg');
|
||||
}
|
||||
&.ico-settings-selected{
|
||||
&.ico-settings-selected {
|
||||
background-image: url('../img/tab-icons/ico-settings-selected.svg');
|
||||
}
|
||||
&.ico-scan{
|
||||
&.ico-scan {
|
||||
background-image: url('../img/tab-icons/ico-scan.svg');
|
||||
}
|
||||
&.ico-scan-selected{
|
||||
&.ico-scan-selected {
|
||||
background-image: url('../img/tab-icons/ico-scan-selected.svg');
|
||||
}
|
||||
&.ico-send{
|
||||
&.ico-send {
|
||||
background-image: url('../img/tab-icons/ico-send.svg');
|
||||
}
|
||||
&.ico-send-selected{
|
||||
&.ico-send-selected {
|
||||
background-image: url('../img/tab-icons/ico-send-selected.svg');
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue