FAISP/src/main/resources/static/css/common.css

111 lines
1.6 KiB
CSS
Raw Normal View History

2022-11-28 06:57:44 +00:00
#logo{
height: 40px;
}
2022-08-18 06:21:44 +00:00
#fadeDiv{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-color: #00000050;
2022-10-12 08:40:48 +00:00
z-index: 2090;
2022-08-18 06:21:44 +00:00
}
#fadeDiv > div{
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
background-color: #ffffff;
2022-08-30 09:25:46 +00:00
}
2022-10-25 02:36:32 +00:00
#fadeSearchDiv{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-color: #00000050;
z-index: 2090;
}
#fadeSearchDiv > div{
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
background-color: #ffffff;
}
2022-11-24 09:00:50 +00:00
#alarmCntDiv{
width: 16px;
height: 16px;
left: 12px;
top: -4px;
}
#alarmListDiv{
width: 500px;
2022-11-28 06:57:44 +00:00
left: -360px;
2022-11-24 09:00:50 +00:00
top: 30px;
z-index: 5000;
}
2022-08-30 09:25:46 +00:00
.activeTr{
--bs-bg-opacity: 0.25;
background-color: rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important;
2022-09-02 09:32:55 +00:00
}
.menuDiv{
width: 250px;
position: absolute;
top: 0;
left: 180px;
z-index: 100;
border-left: 1px solid;
border-right: 1px solid;
2022-09-27 09:24:25 +00:00
}
.modal-xxl{
--bs-modal-width : 1440px;
2022-10-31 08:24:31 +00:00
}
.btn-toggle::before {
content: url("/img/bootstrap-icons-1.9.1/caret-right-fill.svg");
2022-11-28 06:57:44 +00:00
filter: invert(100%);
2022-10-31 08:24:31 +00:00
}
.btn-toggle[aria-expanded="true"]::before {
content: url("/img/bootstrap-icons-1.9.1/caret-down-fill.svg");
2022-11-02 06:08:07 +00:00
}
.fs-10{
font-size: 10px;
2022-11-02 06:08:07 +00:00
}
.fs-11{
font-size: 11px;
2022-11-03 03:48:58 +00:00
}
.fs-12{
font-size: 12px;
}
.fs-13{
font-size: 13px;
}
2022-11-03 03:48:58 +00:00
.pl-15{
padding-left: 15%;
}
.pl-23{
padding-left: 23%;
}
.w-30{
width: 30%!important;
}
.w-35{
width:35%!important;
}
2022-11-07 09:38:14 +00:00
#subModalBody{
white-space: nowrap;
}
.statusInput::-webkit-outer-spin-button,
.statusInput::-webkit-inner-spin-button{
-webkit-appearance: none;
margin: 0;
2022-08-19 05:30:04 +00:00
}