Browse Source

inserido novas features e novos itens

master
Matheo Bonucia 6 months ago
parent
commit
4483cbc148
  1. 32
      keypad.js
  2. 28
      keypad_style.css

32
keypad.js

File diff suppressed because one or more lines are too long

28
keypad_style.css

@ -29,15 +29,39 @@
display: flex;
flex-direction: row;
align-items: center;
justify-content: start;
justify-content: space-between;
font-size: 14px;
max-height: 25px;
max-height: 30px;
margin: 2px 8px;
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.simplesipTitles img {
margin-right: 4px;
}
.bn-minimize {
width: 22px;
height: 22px;
border-radius: 50%;
cursor: pointer;
border: none;
font-size: 22px;
text-align: center;
line-height: 8px;
background-color: #dededec4;
}
.bn-minimize:hover {
background-color: #edededc4;
}
.divLogo {
display: inline-flex;
align-items: center;
justify-content: start;
}
.simplesip-bn {
padding: 10px;
font-size: 24px;

Loading…
Cancel
Save