add admin templates

This commit is contained in:
2022-10-25 18:51:11 +03:00
parent de3d155249
commit 32061c6804
5 changed files with 109 additions and 196 deletions

View File

@@ -1,56 +1,62 @@
body {
margin: 0;
padding: 0;
background-color: #dcf3d0;
margin: 0;
padding: 0;
background-color: #dcf3d0;
}
header{
box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}
.h1header {
margin: 0;
background-color: #b5e9e9;
height: 100px;
line-height: 100px;
text-align: center;
color: #034956;
}
}
.uploadform{
header {
box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}
.h1header {
margin: 0;
background-color: #b5e9e9;
height: 100px;
line-height: 100px;
text-align: center;
color: #034956;
}
.uploadform {
margin: 30px;
}
.formsrow{
.formsrow {
border: #034956;
}
input[type="file"]::file-selector-button {
background-color:#ffe1d0;
background-color: #ffe1d0;
padding: 0.5em;
border: thin solid #f26722;
border-radius: 2px;
}
input[type="file"]::form-file-button:hover {
input[type="file"]::file-selector-button:hover {
background-color: #fff1b5;
color: #034956;
border: 2px solid #034956;
border: 1px solid #034956;
cursor: pointer;
}
.card {
background-color: #fef6dd;
border-radius: 12px;
box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}
.btn {
margin-top: 15px;
background-color: #ffe1d0;
color: #034956;
border: 2px solid #f26722;
border-radius: 5px;
width: 100%;
}
@@ -60,4 +66,17 @@ input[type="file"]::form-file-button:hover {
color: #034956;
border: 2px solid #034956;
}
.formblock {
width: 100%;
border: 2px solid #034956;
border-radius: 5px;
}
#printed {
width: 20px;
height: 20px;
accent-color: #f26722;
}

View File

@@ -57,4 +57,12 @@ header{
h5{
font-size: 17px;
}
}
.mobile-margin{
margin-bottom: 10px;
padding: 10px;
}