src/ztfy/myams/resources/less/buttons.less
changeset 130 e3cb023c73b6
parent 118 c87d242a1176
child 156 61176c64158d
equal deleted inserted replaced
129:e4e7fe9cc975 130:e3cb023c73b6
    48 	padding: 6px 12px;
    48 	padding: 6px 12px;
    49 	border-radius: 2px;
    49 	border-radius: 2px;
    50 	box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .05);
    50 	box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .05);
    51 	-webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .05);
    51 	-webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .05);
    52 
    52 
       
    53 	.btn-toolbar & {
       
    54 		padding: 4px;
       
    55 	}
    53 	&:active {
    56 	&:active {
    54 		position: relative;
    57 		position: relative;
    55 		top: 1px;
    58 		top: 1px;
    56 		left: 1px;
    59 		left: 1px;
    57 	}
    60 	}