Add pedoman content and editor assets
This commit is contained in:
43
pedoman/css/adminmenu.css
Normal file
43
pedoman/css/adminmenu.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user