Quellcode durchsuchen

Career 2

master
Nikola Ignjatovic vor 5 Jahren
Ursprung
Commit
33b74c9104
2 geänderte Dateien mit 23 neuen und 1 gelöschten Zeilen
  1. 8
    1
      scripts/custom.js
  2. 15
    0
      styles/custom.css

+ 8
- 1
scripts/custom.js Datei anzeigen

@@ -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 Datei anzeigen

@@ -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

Laden…
Abbrechen
Speichern