dev-audioprocessing/assets/css/style.css

140 lines
2.7 KiB
CSS
Raw Normal View History

2022-12-16 23:17:37 +00:00
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');
.bg-img{
background-position: center;
background-size: cover;
background-repeat: no-repeat;
/*background-image: url("../image/loginimg.png");*/
}
.form-control{
border-radius: 5px;
padding: 10px 10px;
}
.form-control:focus{
outline: none;
box-shadow: none;
border-color: orange;
}
.forgot-link{
/*text-decoration: none;*/
color: grey;
text-decoration: underline;
}
.login-btn{
background-color: #e9c046;
color: white;
font-size: 24px;
font-weight: bolder;
padding: 10px 10px;
border-radius: 10px;
border: none;
transition: .1s ease-in-out;
}
.login-ins-btn{
background-color: white;
color: black;
font-size: 24px;
font-weight: bolder;
padding: 10px 10px;
border-radius: 10px;
border: none;
border: 1px solid black;
transition: .1s ease-in-out;
}
.login-btn:hover{
background-color: #e9c059;
}
.signup-link{
color: #e9c046;
text-decoration: underline;
transition: .2s ease-in-out;
2022-12-20 22:17:12 +00:00
}
2022-12-24 16:36:24 +00:00
.accordion-button-homebar:not(.collapsed)::after {
background-position-y:1px ;
2023-01-03 22:38:43 +00:00
2022-12-24 16:36:24 +00:00
}
.accordion-button-homebar:not(.collapsed) {
color: black;
background-color: white;
}
.accordion-button-homebar:focus {
z-index: 3;
border-color: white;
outline: 0;
box-shadow: none;
}
.dropdown-menu {
2022-12-27 20:47:47 +00:00
min-width: 250px !important;
2022-12-24 16:36:24 +00:00
border: none;
box-shadow: 1px 0px 4px 0px rgba(0,0,0,0.10);
}
2022-12-31 20:05:12 +00:00
@media only screen and (max-width: 587px) {
p,h1,h2,h3,h4,h5,h6,span{
font-size: 15px;
}
2023-01-01 19:55:35 +00:00
.dropdown-menu {
min-width: 205px !important;
}
2022-12-31 20:05:12 +00:00
}
2022-12-20 22:17:12 +00:00
2022-12-31 20:05:12 +00:00
.doted-nav{
position: fixed;
bottom: 0;
2023-01-03 00:45:43 +00:00
}
.dropdown-item:focus, .dropdown-item:hover {
2023-01-04 22:27:29 +00:00
color: white !important;
2023-01-03 00:45:43 +00:00
background-color: #e9c046;
2023-01-03 23:17:27 +00:00
border-radius: 10px;
margin-top: 2px;
2023-01-03 00:45:43 +00:00
}
2023-01-04 22:27:29 +00:00
.dropdown-item.router-link-exact-active{
color: white !important;
background-color: #e9c046;
border-radius: 10px;
margin-top: 2px;
}
.dropdown-item.router-link-exact-active, .dropdown-item.router-link-exact-active svg path{
fill: white;
}
2023-01-03 00:45:43 +00:00
.dropdown-item:focus, .dropdown-item:hover svg path{
fill: white;
}
.nav-link{
color: black;
2023-01-03 23:17:27 +00:00
border-radius: 10px;
2023-01-03 00:45:43 +00:00
}
.nav-link:hover{
background-color: #e9c046;
2023-01-03 00:59:50 +00:00
color: white !important;
2023-01-03 23:17:27 +00:00
border-radius: 10px;
2023-01-03 00:45:43 +00:00
}
.nav-link:hover svg path {
fill: white;
}
.nav-link:hover svg rect {
fill: white;
2023-01-03 23:17:27 +00:00
}
.nav-icons.router-link-exact-active{
fill: white;
background-color: #e9c046;
}
.nav-icons.router-link-exact-active svg path{
fill: white;
2023-01-04 20:54:06 +00:00
}
@media only screen and (max-width: 396px){
.checklabel{
padding: 12px 32px !important;
}
.checklabel123{
padding: 12px 10px !important;
}
}