瀏覽代碼

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 查看文件

@@ -39,8 +39,15 @@ jQuery(document).ready(function($){
if(!expand)
{
$(this).closest(".position").css({"background-color": "#993c95", "color": "white"});
}
else
{
$(this).closest(".position").css({"background-color": "#fff", "color": "#000"});
}

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

+ 15
- 0
styles/custom.css 查看文件

@@ -205,6 +205,11 @@
{
padding-top: 20px;
}
.position-name h4
{
position: relative;
margin-right: 55px;
}
.chevron
{
position: absolute;
@@ -283,6 +288,16 @@
{
padding:0px;
}
.chevron
{
right:20px;
}
.position-name h4
{
position: relative;
margin-right: 55px;
font-size: 1.2rem;
}
}

.diligent-purple-background

Loading…
取消
儲存