hesabixSite/assets/styles/app.css

66 lines
1.3 KiB
CSS
Raw Normal View History

2025-04-06 19:17:37 +03:30
body, .lead {
2025-01-10 20:17:54 +03:30
font-family: "Yekan Bakh FaNum";
2025-01-09 10:21:26 +03:30
font-feature-settings: "kern" on, "liga" on, "dlig" on;
-moz-font-feature-settings: "kern" on, "liga" on, "dlig" on;
-webkit-font-feature-settings: "kern" on, "liga" on, "dlig" on;
-ms-font-feature-settings: "kern" on, "liga" on, "dlig" on;
-o-font-feature-settings: "kern" on, "liga" on, "dlig" on;
}
2025-01-10 20:17:54 +03:30
2025-04-06 19:17:37 +03:30
/* استایل‌های منوی ناوبری */
.navbar {
padding: 0.8rem 0;
}
.navbar-brand {
font-size: 1.4rem;
}
.nav-link {
position: relative;
color: #495057;
font-weight: 500;
transition: all 0.3s ease;
}
.nav-link:hover {
2025-01-09 10:21:26 +03:30
color: #1743bb;
2025-04-06 19:17:37 +03:30
background-color: rgba(23, 67, 187, 0.05);
}
.nav-link.active {
color: #1743bb;
background-color: rgba(23, 67, 187, 0.1);
}
.btn-primary {
transition: all 0.3s ease;
box-shadow: 0 2px 5px rgba(23, 67, 187, 0.2);
}
.btn-primary:hover {
transform: translateY(-2px);
box-shadow: 0 4px 8px rgba(23, 67, 187, 0.3);
}
.transition-all {
transition: all 0.3s ease;
2025-01-09 10:21:26 +03:30
}
2025-01-10 20:17:54 +03:30
2025-04-06 19:17:37 +03:30
.rul {
2025-01-10 20:17:54 +03:30
text-decoration: none;
}
.accordion-button:after {
margin-right: auto;
margin-left: 0;
}
2025-01-10 21:33:20 +03:30
pre {
border-radius: 0.5rem;
direction: ltr;
background-color: #d6d6df;
padding: 0.9rem 0.8rem;
color: blue;
}