Spade
Mini Shell
| Directory:~$ /proc/self/root/home/lmsyaran/public_html/components/com_reservation/assets/css/ |
| [Home] [System Details] [Kill Me] |
/*----------------------------------------------------------------------------------|
www.vdm.io |----/
fdsh
/-------------------------------------------------------------------------------------------------------/
@version 1.0.39
@build 4th April, 2023
@created 17th December, 2020
@package Reservation
@subpackage consultantitem.css
@author farhad shahbazi <http://farhad.com>
@copyright Copyright (C) 2015. All Rights Reserved
@license GNU/GPL Version 2 or later -
http://www.gnu.org/licenses/gpl-2.0.html
____ _____ _____ __ __ __ __ ___ _____ __ __ ____
_____ _ _ ____ _ _ ____
(_ _)( _ )( _ )( \/ )( ) /__\ / __)( _ )( \/ )( _ \(
_ )( \( )( ___)( \( )(_ _)
.-_)( )(_)( )(_)( ) ( )(__ /(__)\ ( (__ )(_)( ) ( )___/
)(_)( ) ( )__) ) ( )(
\____) (_____)(_____)(_/\/\_)(____)(__)(__) \___)(_____)(_/\/\_)(__)
(_____)(_)\_)(____)(_)\_) (__)
/------------------------------------------------------------------------------------------------------*/
/* CSS Document */
.consultantCard .card-header{
background-image: linear-gradient(82deg,#065482 10%,#00c395 92%);
}
.consultantCard .card-body{
display:flex;
justify-content:space-around;
}
.consultantCard .block1{
width: 115px;
height: 115px;
}
.consultantCard img{
width: 100%;
height: 100%;
border-radius: 50%;
border: 3px solid #ccc;
}
.consultantCard .block2 ul{
list-style: none;
}
.consultantCard .block2 ul li{
margin: 8px 0;
}
.consultantCard .block2 ul h1{
font-size: 25px;
font-weight: 600;
}
.consultantCard .block3{
font-size: 13px;
}
.consultantCard .block3 ul{
list-style: none;
}
.consultantCard .block3 ul li{
margin: 10px 0;
}
.consultantCard .block3 ul span:first-child{
color: #9f7878;
}
.plans ul {
list-style: none;
margin: 0;
padding: 0;
width: 100%;
}
.plans ul li{
border: 1px solid #ccc;
border-radius: 4px;
padding: 13px 5px;
cursor: pointer;
margin-bottom: 10px;
}
.plans ul li > div:first-child{
display:flex;
justify-content:space-around
}
.plans ul li > div:last-child{
font-size: 10px;
color: #9f7878;
margin-top: 13px;
}
.activeplan{
border: 2px solid #ff0101 !important;
box-shadow: 4px 6px 8px #ccc;
}
header .navbar ul li.active
{
position: relative;
}
header .navbar ul li.active:after
{
width: 100%;
height: 2px;
content: '';
background-color: #4cd9a4;
position: absolute;
}