This commit is contained in:
parent
c33a997dc5
commit
57507756ec
14 changed files with 864 additions and 97 deletions
|
@ -123,93 +123,6 @@ html {
|
|||
font-size: 15px;
|
||||
}
|
||||
|
||||
.calc {
|
||||
height: fit-content;
|
||||
width: fit-content;
|
||||
position: relative;
|
||||
left: 175px;
|
||||
border: 1px solid var(--snip-border);
|
||||
background-color: var(--snip-background);
|
||||
border-radius: 8px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
|
||||
.calc-btn-style {
|
||||
background-color: var(--html-bg) !important;
|
||||
}
|
||||
|
||||
.calc-input {
|
||||
width: 90%;
|
||||
height: 10%;
|
||||
background-color: var(--search-bg);
|
||||
border: 1px solid var(--snip-border);
|
||||
border-radius: 8px;
|
||||
padding: 15px;
|
||||
margin-top: 8px;
|
||||
text-align: right;
|
||||
max-width: 48em;
|
||||
line-height: 1.58;
|
||||
font-size: 22px;
|
||||
color: var(--fg);
|
||||
letter-spacing: normal;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.calc-btn {
|
||||
max-width: 48em;
|
||||
line-height: 50px;
|
||||
font-size: 22px;
|
||||
color: var(--fg);
|
||||
letter-spacing: normal;
|
||||
border-radius: 8px;
|
||||
background-color: var(--search-bg);
|
||||
border: 1px solid var(--snip-border);
|
||||
height: 50px;
|
||||
margin: auto;
|
||||
margin: 4px;
|
||||
width: 80px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.calc-btn-2 {
|
||||
max-width: 48em;
|
||||
line-height: 50px;
|
||||
font-size: 22px;
|
||||
color: var(--fff);
|
||||
letter-spacing: normal;
|
||||
border-radius: 8px;
|
||||
background-color: var(--font-fg);
|
||||
height: 50px;
|
||||
margin: auto;
|
||||
margin: 4px;
|
||||
width: 80px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.calc-btns {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(4, 90px);
|
||||
width: 100%;
|
||||
justify-content: center;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.calc-pos-absolute {
|
||||
position: absolute;
|
||||
margin-top: 60px;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.prev_calculation {
|
||||
opacity: 0.5;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.emoji-code {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
@ -978,6 +891,7 @@ p {
|
|||
max-width: 600px;
|
||||
word-wrap: break-word;
|
||||
margin-bottom: 35px;
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
.result_sublink {
|
||||
|
@ -1518,6 +1432,10 @@ button {
|
|||
|
||||
@media only screen and (max-width: 1220px) {
|
||||
|
||||
.results {
|
||||
padding-right: 340px;
|
||||
}
|
||||
|
||||
.snip {
|
||||
position: relative;
|
||||
float: none;
|
||||
|
@ -1541,10 +1459,6 @@ button {
|
|||
font-size: 13px;
|
||||
}
|
||||
|
||||
.calc {
|
||||
left: 20px;
|
||||
}
|
||||
|
||||
.results h3,
|
||||
.result_sublink h3 {
|
||||
font-size: 16px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue