Files
Max Lynch 0ba0343f11 Button bars and default styles for header buttons
Added a new segmented button bar that stretches, also set the default
styles for header buttons.
2013-09-09 11:59:03 -05:00

14 lines
210 B
SCSS

.button {
position: relative;
display: inline-block;
vertical-align: middle;
text-align: center;
cursor: pointer;
margin: 0;
&.button-block {
margin: $buttonBlockMargin;
display: block;
}
}