Skip to content

Commit

Permalink
docs: sync button style
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenplusplus committed May 26, 2015
1 parent 116a53e commit b4f7463
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions docs/site/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -301,22 +301,16 @@ ul {
.page-header.fixed .v-btn {
background-color: #fff;
color: #444;
border-radius: 8px;
border-radius: 5px;
border: 0;
border-right: 2px solid #A0C2F4;
border-bottom: 2px solid #A0C2F4;
padding: 11px 10px;
font-size: .8em;
transition: border-color 1s, border-width .1s;
transition: all 0.3s ease;
}

.page-header.fixed .v-btn:hover {
opacity: 1;
border-color: #aaa;
}

.page-header.fixed .v-btn:active {
border-width: 1px;
background-color: #f6f6f6;
}

/*
Expand Down

0 comments on commit b4f7463

Please sign in to comment.