Nikola Ignjatovic 5 лет назад
Родитель
Сommit
33b74c9104
2 измененных файлов: 23 добавлений и 1 удалений
  1. 8
    1
      scripts/custom.js
  2. 15
    0
      styles/custom.css

+ 8
- 1
scripts/custom.js Просмотреть файл

if(!expand) if(!expand)
{ {
$(this).closest(".position").css({"background-color": "#993c95", "color": "white"}); $(this).closest(".position").css({"background-color": "#993c95", "color": "white"});
} }
else
{
$(this).closest(".position").css({"background-color": "#fff", "color": "#000"});
}

expand= !expand;
}); });
// //
//contact form //contact form

+ 15
- 0
styles/custom.css Просмотреть файл

{ {
padding-top: 20px; padding-top: 20px;
} }
.position-name h4
{
position: relative;
margin-right: 55px;
}
.chevron .chevron
{ {
position: absolute; position: absolute;
{ {
padding:0px; padding:0px;
} }
.chevron
{
right:20px;
}
.position-name h4
{
position: relative;
margin-right: 55px;
font-size: 1.2rem;
}
} }


.diligent-purple-background .diligent-purple-background

Загрузка…
Отмена
Сохранить