Skip to content
This repository has been archived by the owner on Oct 17, 2018. It is now read-only.

Commit

Permalink
nice items :)
Browse files Browse the repository at this point in the history
  • Loading branch information
ia3andy committed Jul 31, 2018
1 parent 5669882 commit fba92aa
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 13 deletions.
22 changes: 19 additions & 3 deletions src/t2-design/components/IconItem.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,27 @@
.topo-item-icon {
i.icon.topo-item-icon {
border-radius: 10px;
color: #4a4a4a;
background-color: #f6f6f6;
line-height: 1;
vertical-align: baseline;
width: 2em;
height: 2em;
padding: .5em 0!important;
box-shadow: 0 0 0 1px #d4d4d5, 0 2px 0 0 #767676, 0 1px 3px 0 #d4d4d5;
}


i.icon.topo-item-icon:hover {
box-shadow: 0px 0px 5px #41ff00 !important;
transform: translateY(-3px);
animation: none;
cursor: pointer;
}

.topo-item-icon.selected {
background-color: #e8e8e8;
box-shadow: 0px 0px 5px #41ff00 !important;
}

i.icon.topo-item-icon.selected:hover {
transform: none;
animation: none;
}
8 changes: 0 additions & 8 deletions src/t2-design/components/Item.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@
animation-iteration-count: infinite;
}

.topo-item:hover {
background-color: #dfdfdf;
}

.topo-item {
background-color: #f1f1f1;
}


@keyframes item-bounce {
from { transform: translate3d(0, 0, 0); }
Expand Down
14 changes: 12 additions & 2 deletions src/t2-design/components/Service.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,18 @@
margin: auto !important;
}

.topo-service.selected {
background-color: #ebebeb !important;
.topo-item.topo-service {
background-color: #f1f1f1;
}

.topo-item.topo-service:hover {
background-color: #f1f1f1 !important;
box-shadow: 0px 0px 5px #41ff00 !important;
animation: none;
}

.topo-item.topo-service.selected {
box-shadow: 0px 0px 5px #41ff00;
}

.topo-service .floatleft {
Expand Down

0 comments on commit fba92aa

Please sign in to comment.