calculator
This commit is contained in:
parent
6d79a5da72
commit
ff6348a233
4 changed files with 163 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue