Merge pull request #564 from ekovi/patch-9

Update _svetla.scss
This commit is contained in:
Athou
2014-03-14 12:45:31 +01:00

View File

@@ -116,6 +116,13 @@ a[ng-click^='tab']:hover {
-o-transition: all 150ms linear;
transition: all 150ms linear;
}
#uvTab {
-webkit-transition: all 260ms linear;
-moz-transition: all 260ms linear;
-ms-transition: all 260ms linear;
-o-transition: all 260ms linear;
transition: all 260ms linear;
}
body {
background: #fdf6e3;
color: #424345;
@@ -203,6 +210,13 @@ input[ng-model='keywords'] {
.css-treeview a:hover {
font-size: 1.02em;
}
#uvTab {
margin-bottom: -23px;
}
#uvTab:hover {
margin-bottom: 0;
}
}