mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-06 14:04:12 +00:00
style: icons svg
This commit is contained in:
@@ -53,19 +53,14 @@ input, textarea {
|
||||
|
||||
* dialog {
|
||||
transform: scale(1);
|
||||
/* display: flexbox;
|
||||
max-width: 200;
|
||||
max-height: 400; */
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
.grid-buttons {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 10px;
|
||||
max-width: 500px; /* Define a largura máxima do grid */
|
||||
/* margin: 0 auto; */
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.grid-container {
|
||||
@@ -88,7 +83,7 @@ input, textarea {
|
||||
border-radius: 15px;
|
||||
box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
|
||||
text-align: center;
|
||||
line-height: 120px; /* Centraliza o texto verticalmente */
|
||||
line-height: 120px;
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
color: #333;
|
||||
|
||||
@@ -18,8 +18,14 @@ function openModal() {
|
||||
clientActive.checked = false
|
||||
}
|
||||
|
||||
function reloadPage(){
|
||||
setTimeout(function() {
|
||||
location.reload();}, 100);
|
||||
}
|
||||
|
||||
function closeModal() {
|
||||
document.getElementById('Modal-create-client').style.display = 'none';
|
||||
reloadPage()
|
||||
// document.getElementById('Modal-create-client').style.display = 'none';
|
||||
}
|
||||
|
||||
function editclient(id) {
|
||||
|
||||
Reference in New Issue
Block a user