calculator

This commit is contained in:
Javier 2016-07-07 16:55:04 -03:00
commit ff6348a233
4 changed files with 163 additions and 0 deletions

View file

@ -16,6 +16,14 @@
display: inherit;
}
.df {
display: flex;
}
.button-content {
margin-bottom: -20px;
}
.behind {
z-index: -1;
}
@ -79,6 +87,26 @@
font-size: 14px;
}
.button.button-light:hover {
background-color: #fff;
border: 1px solid #E9E9EC;
}
.button.button-light:active {
background-color: #ababab;
border: 1px solid #E9E9EC;
}
.button.button-stable:hover {
background-color: transparent;
border: 1px solid #E9E9EC;
}
.button.button-stable:active {
background-color: #ababab;
border: 1px solid #E9E9EC;
}
button, .button {
min-width: inherit;
min-height: inherit;