ultimatepos/Modules/ProfessionalProject/Resources/views/layouts/professional_style.blade.php

43 lines
1.0 KiB
PHP

<style>
.pp-modern .box,
.pp-modern .nav-tabs-custom {
border-radius: 14px;
border: 1px solid #e8edf3;
box-shadow: 0 10px 24px rgba(14, 30, 62, 0.06);
}
.pp-modern .box-header.with-border {
border-bottom: 1px solid #edf2f7;
}
.pp-modern .btn {
border-radius: 10px;
}
.pp-modern .form-control {
border-radius: 10px;
border-color: #d8e0ea;
box-shadow: none;
}
.pp-modern .pp-hero {
background: linear-gradient(135deg, #0f4c81 0%, #155e9a 50%, #1f78d1 100%);
color: #fff;
border-radius: 14px;
padding: 18px 20px;
margin-bottom: 15px;
}
.pp-modern .pp-hero h3,
.pp-modern .pp-hero p {
margin: 0;
}
.pp-modern .pp-hero p {
opacity: 0.92;
margin-top: 5px;
}
.pp-modern .table > thead > tr > th {
border-bottom: 1px solid #edf2f7;
background: #f8fbff;
font-weight: 700;
}
.pp-modern .small-box {
border-radius: 12px;
}
</style>