Pre template modifications

This commit is contained in:
2024-03-05 09:08:24 +01:00
parent e6a5fad2db
commit f23c9e3953
15 changed files with 531 additions and 64 deletions

View File

@@ -32,11 +32,11 @@ h4 {
}
label {
font-size: 1.2rem;
font-size: 1.0rem;
}
.input-field > label {
font-size: 1.2rem;
font-size: 1.0rem;
}
.table-wrapper {
@@ -86,7 +86,7 @@ td {
color: #F44336;
position: relative;
min-height: 18px;
font-size: 1.1rem;
font-size: 0.9rem;
}
@media only screen and (min-width: 993px) {
@@ -108,7 +108,7 @@ td {
height: 75px;
}
#advanced-tree-expand {
.expand {
color: rgba(0, 0, 0, 0.87);
}
@@ -137,12 +137,15 @@ label.active {
background-color: #f5f5f5;
}
.btn:active {
.btn:active, .btn-large:active, .btn-small:active {
background: #393939;
}
.btn:hover {
.btn:hover, .btn-large:hover, .btn-small:hover {
background: #212121;
}
.btn:focus, .btn-large, .btn-small {
background: #161616;
}
.btn.btn-round {
border-radius: 1.5rem;
@@ -166,6 +169,7 @@ label.active {
.insidebutton {
color: #161616;
background-color: #fff;
margin-top: 0rem;
display: inline-block;
float: left;
line-height: 2.5rem;
@@ -178,7 +182,7 @@ label.active {
transition: opacity 0.3s ease-out;
cursor: pointer;
font-family: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;
text-transform: none;
/*text-transform: none;*/
}
.insidebutton:hover {
@@ -195,6 +199,12 @@ label.active {
background-color: #737373;
}
::placeholder {
font-family: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;
font-size: 1rem;
color: #9e9e9e !important;
}
input.valid[type=text]:not(.browser-default) {
border-bottom: 1px solid #9e9e9e;
box-shadow: none;
@@ -208,3 +218,78 @@ input[type=text]:not(.browser-default).validate + label {
border: 2px solid #212121;
background-color: #212121;
}
sup {
/* vertical-align: top; */
font-size: 0.6em;
}
.icon-nav {
margin-top: 0.5rem;
margin-left: 0.5rem;
width: 2rem;
height: 2rem;
display: inline-block;
text-align: center;
border-radius: 2px;
cursor: pointer;
}
.whitecjvt {
background-color: #ffffff;
}
h6 {
font-size: 0.875rem;
line-height: 1.125rem;
letter-spacing: 0.16px;
font-weight: 600;
color: #161616;
font-size: 100%;
vertical-align: baseline;
}
h5 {
padding-top: 1.5rem;
color: #b3b3b3;
font-size: 12px;
font-weight: normal;
line-height: 1.33;
letter-spacing: 0.32px;
margin: 0px;
}
.footer-col-content {
position: relative;
margin-left: 1.5rem;
margin-right: 1.5rem;
height: 12rem;
border-left: 1px solid #666666;
color: white;
margin-bottom: 2rem;
}
.page-footer {
padding-top: 0px;
}
.footer-element {
width: 100%;
height: 300px;
border-radius: 2px;
}
.footer-element img, .footer-license {
width: 100%;
object-fit: contain;
position: absolute; /* Add position: absolute */
top: 50%;
transform: translateY(-50%);
cursor: pointer;
}
.em-1 {
font-size: 1em;
}