DTP Base provides a scalable and secure Node.js application development harness ready for production service.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

23 lines
482 B

button.dtp-button-dropdown {
/*
* This is a series of settings that improve the "clickable area" of the
* button without making it take up more space in the layout.
*/
display: inline-block;
position: relative;
padding: 1em;
margin: -1em;
&.always-on-top {
z-index: 1;
}
/*
* The actual "style" of the thing
*/
background: @dtp-dropdown-button-bgcolor;
color: @dtp-dropdown-button-color;
border: none;
outline: none;
cursor: pointer;
}