소스 검색

Career 2

master
Nikola Ignjatovic 5 년 전
부모
커밋
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

Loading…
취소
저장