-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
103 lines (101 loc) · 1.99 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
@import url("./desktop.css");
@import url("./modal.css");
@import url("./loader.css");
body {
position: relative;
padding:0;
font-family: Sans-Serif;
}
div.rumusContainer {
border-radius: 0 0 10px 10px;
padding: 1%;
height: 20%;
width: 98%;
background: #EAEFF9;
text-align: right;
font-size: 55px;
}
div.rumus {
transition: 0.05s linear;
overflow-x: scroll;
overflow-y: none;
outline: none;
border: none;
width: 100%;
height: 52%;
}
div.hasil {
overflow-x: scroll;
overflow-y: none;
transition: 0.05s linear;
font-size: 32px;
max-height: 42px;
margin-top:5px;
}
div.btnContainer {
height: 75%;
width: 100%;
margin-top: 10px;
}
div.btnChildTop {
display: flex;
margin: 10px;
font-size: 35px;
overflow-y: none;
overflow-x: scroll;
}
div.btnChild {
display: flex;
text-align: center;
vertical-align: middle;
}
div.btnTop {
margin-left: 0.5em;
margin-right: 0.5em;
padding: 0 0.25em 0 0.25em;
width: fit-content;
width: fit-content;
border-radius: 10px;
}
div.btnTop:focus, div.btnTop:active {
background: #eee;
}
div.btn {
user-select: none;
transition: 0.1s linear;
padding: 10px;
line-height: 60px;
font-size: 40px;
background: #F7F9FC;
height: 60px;
width: 70px;
margin: 5px;
border-radius: 50px;
}
div.btn:active, div.btn:focus {
background: #eee;
border-radius: 20px;
}
div.operator {
background: #C2E7FF !important;
}
div.AC {
background: #BAE3C6 !important;
}
div.jumlah {
background: #D2E2FC !important;
}
p.footer {
text-align: center;
font-style: oblique;
opacity: 0.4;
padding-bottom: 1em;
}
.tag {
font-size: 10px;
background: #BAE3C6;
color: #000;
padding: 5px;
border-radius: 50px;
vertical-align: super;
}