William O'Beirne 9a073fd1d5 Minor Visual Touchups (#569)
* Adjust white block shadows and border radii

* Speed up global transitions.

* Adjust button styles.

* Adjusted notification styles

* Give navigation background.

* Reduce form input glow.

* Adjust input glow

* Adjust input glow.
2017-12-13 21:08:45 -08:00

28 lines
469 B
SCSS

@import "common/sass/mixins";
.Tab {
&-content {
min-height: 50%;
&-pane {
background: #fff;
min-height: 1.5rem;
padding: 1.5rem 2rem;
margin: 0 auto 1rem;
box-shadow: 0 1px rgba(0, 0, 0, 0.1),
0 1px 4px rgba(0, 0, 0, 0.12);
border-radius: 2px;
&.is-full-width {
background: none;
box-shadow: none;
padding: 0;
}
}
}
}
.Block {
@extend .Tab-content-pane;
}