Skip to content

Commit

Permalink
View config tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Godinho committed Sep 17, 2015
1 parent 634b802 commit a4493dd
Show file tree
Hide file tree
Showing 9 changed files with 745 additions and 328 deletions.
2 changes: 1 addition & 1 deletion assets/css/admin-views.css

Large diffs are not rendered by default.

47 changes: 45 additions & 2 deletions assets/css/scss/admin-views.scss
Original file line number Diff line number Diff line change
Expand Up @@ -898,11 +898,54 @@ hr {
}
}

// after react admin
/**
* After react admin
*/

.gv-alert-message {
background: #f0f0f0;
}

.button.gv-button-left-margin {
margin-left: .6em;
}
}

// React Tabs (View Configuration)

.gv-tab-wrapper {

margin-top: 1.5em;
padding-left: .5em;
border-bottom: 1px solid #ccc;

// The tab anchor link
.nav-tab {
margin-right: 0.5em;
padding: .5em 1em;
font-size: 14px;
cursor: pointer;

&:link, &:visited, &:hover, &:active, &:focus {
outline: none;
-webkit-box-shadow: none;
}

.dashicons {
color: #aaa;
font-size: 18px;
}

&:hover,
&.nav-tab-active {
background-color: #fff;
border-bottom: 1px solid #fff;

.dashicons {
color: #666;
}

}

}

}
Loading

0 comments on commit a4493dd

Please sign in to comment.