Add pedoman content and editor assets

This commit is contained in:
Power BI Dev
2026-05-02 10:12:20 +07:00
parent 5fb1151fea
commit 1eddcea89f
111 changed files with 28255 additions and 0 deletions

43
pedoman/css/adminmenu.css Normal file
View File

@@ -0,0 +1,43 @@
body {
/* display: flex; */
/* align-items: center; */
/* justify-content: center; */
}
input,
button,
select {
padding: 8px;
background: white;
border: gray 1px solid;
border-radius: 5px;
}
button:hover {
background: gray;
color: white;
}
input:focus {
border: black 1px solid;
}
input[type='number'] {
width: 70px;
}
td {
padding: 8px;
}
#tambah {
margin-top: 24px;
}
.namamenuinput {
width: 400px;
}
#menubaru {
margin-top: 44px;
}