This repository has been archived on 2023-05-21. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
SYSDesk/assets/css/custom.css
2019-08-13 23:32:13 +02:00

110 lines
1.7 KiB
CSS

#logintoolbar {
height: 6.4rem;
position: relative;
cursor: pointer;
}
a.logintoolbar {
text-decoration: none;
font-weight: 425;
font-size: 14px;
}
p.texttoolbar {
font-weight: 700;
font-size: 18px;
margin-bottom: 0;
color: #2196f3;
}
button.req.btn.btn-secondary.fuse-ripple-ready {
height: 100px;
}
.req.title {
padding-bottom: 15px;
font-size: 20px !important;
font-weight: 450;
}
label.control-label {
color: black;
}
.thiccircle {
margin: auto;
width: 150px;
height: 150px;
border-radius: 50%;
font-size: 50px;
color: #fff;
line-height: 150px;
text-align: center;
background: #2196f3;
}
i.thiccircle {
/* color: green; */
color: limegreen;
font-size: 100px;
}
h4.thxmsg {
padding-top: 20px;
font-weight: 700;
}
h5.thxmsg {
padding-top: 10px;
}
.input-prepend.dropdown {
padding-left: 15px;
}
a.idlist{
text-decoration: none;
}
a.crud{
text-decoration: none;
padding-right: 5px;
}
label.crud {
color: black;
font-weight: 500;
}
.formbackend{
background: white;
padding: 15px;
width: 600px;
margin-left: 30%;
}
form.del.formbackend {
width: 510px;
}
.del.form-wrapper.md-elevation-8.p-4 {
padding-top: 50px !important;
}
a.sysIDticket{
text-decoration: none;
font-weight: 500;
}
a.sysIDticket:hover {
text-decoration: underline;
}
.pagebackend {
background: white;
}
h1.errorpage {
color: red;
}
div#nav-tabContent {
padding-top: 10px;
padding-bottom: 15px;
}
a#nav-tickets-tab {
color: black;
font-weight: 500;
}
a#nav-sysinfo-tab{
color: black;
font-weight: 500;
}
.form-wrapper {
background: white;
}
.viewer {
padding-top: 1.6rem;
margin-bottom: 0px;
}