Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
fix icons and tab links
Browse files Browse the repository at this point in the history
  • Loading branch information
milky-ashes committed Jan 21, 2016
1 parent 97318d1 commit ad926ed
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 5 additions & 1 deletion resources/styles/spiral/vault/sstyle.scss
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ table tbody td {
}

.material-icons {
vertical-align: sub;
vertical-align: middle;
}


Expand Down Expand Up @@ -645,6 +645,10 @@ textarea.materialize-textarea:focus:not([readonly]) {
@media #{$small-and-down} {
overflow-x: auto;
}

.tab a:hover {
text-decoration: none;
}
}

/*fix input button*/
Expand Down
4 changes: 3 additions & 1 deletion resources/styles/spiral/vault/vault.css
Original file line number Diff line number Diff line change
Expand Up @@ -10570,7 +10570,7 @@ table tbody td {
border: none; }

.material-icons {
vertical-align: sub; }
vertical-align: middle; }

/*form*/
.input-field label {
Expand Down Expand Up @@ -10816,6 +10816,8 @@ textarea.materialize-textarea:focus:not([readonly]) {
@media only screen and (max-width: 600px) {
.tabs {
overflow-x: auto; } }
.tabs .tab a:hover {
text-decoration: none; }

/*fix input button*/
.waves-effect input[type="button"],
Expand Down

0 comments on commit ad926ed

Please sign in to comment.