mirror of
https://github.com/safing/web
synced 2025-09-03 19:49:03 +00:00
Merge pull request #18 from philippklemmer/feature/shift-styles-from-html-to-scss
Remove uppercase wording and add styles for it
This commit is contained in:
commit
c89c5107f3
2 changed files with 24 additions and 14 deletions
|
@ -1,18 +1,18 @@
|
||||||
<div class='ui vertical inverted sidebar menu right overlay' style="z-index: 100;">
|
<div id="sidebar" class='ui vertical inverted sidebar menu right overlay' style="z-index: 100;">
|
||||||
<a class='item' href='/'>
|
<a class='item' href='/'>
|
||||||
<img class='ui image' src='{{ site.assets_url }}img/logo_v3_name_light.svg' style='width: 10rem; padding: 0.6rem;'>
|
<img class='ui image' src='{{ site.assets_url }}img/logo_v3_name_light.svg' style='width: 10rem; padding: 0.6rem;'>
|
||||||
</a>
|
</a>
|
||||||
<a class='item' href="/our-values" >
|
<a class='item' href="/our-values" >
|
||||||
OUR VALUES
|
Our values
|
||||||
</a>
|
</a>
|
||||||
<a class='item' href="/jobs">
|
<a class='item' href="/jobs">
|
||||||
JOBS <i class="safing-primary plus icon"></i>
|
<span>Jobs</span><i class="safing-primary plus icon"></i>
|
||||||
</a>
|
</a>
|
||||||
<a class='item' href="/community-hub" >
|
<a class='item' href="/community-hub" >
|
||||||
COMMUNITY
|
Community
|
||||||
</a>
|
</a>
|
||||||
<a class='item' href="/download">
|
<a class='item' href="/download">
|
||||||
DOWNLOAD
|
Download
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -28,20 +28,17 @@
|
||||||
|
|
||||||
<div class='right menu' id="menubar-computer">
|
<div class='right menu' id="menubar-computer">
|
||||||
<a class='item' href="/our-values">
|
<a class='item' href="/our-values">
|
||||||
OUR VALUES
|
our values
|
||||||
</a>
|
</a>
|
||||||
<a class='item' href="/jobs">
|
<a class='item' href="/jobs">
|
||||||
JOBS <i class="safing-primary plus icon"></i>
|
<span>jobs</span><i class="safing-primary plus icon"></i>
|
||||||
</a>
|
</a>
|
||||||
<a class='item' href="/community-hub" >
|
<a class='item' href="/community-hub" >
|
||||||
COMMUNITY
|
community
|
||||||
</a>
|
</a>
|
||||||
<a class='item' href="/download" style="z-index: 10;">
|
<a class='item' href="/download" style="z-index: 10;">
|
||||||
DOWNLOAD
|
download
|
||||||
</a>
|
</a>
|
||||||
<!-- <a class='item' href="/community-hub" style="z-index: 10;">
|
|
||||||
<img src='{{ site.assets_url }}img/icons/community_logo.svg' style="height: 4rem;">
|
|
||||||
</a> -->
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class='right menu' id="menubar-mobile">
|
<div class='right menu' id="menubar-mobile">
|
||||||
|
@ -51,8 +48,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
|
||||||
function ready(fn) {
|
function ready(fn) {
|
||||||
|
|
|
@ -8,6 +8,21 @@
|
||||||
margin: 0;
|
margin: 0;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
|
|
||||||
|
&-computer{
|
||||||
|
a {
|
||||||
|
text-transform: uppercase;
|
||||||
|
span{
|
||||||
|
margin-right: 8px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#sidebar {
|
||||||
|
.item {
|
||||||
|
text-transform: uppercase;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#menubar.home {
|
#menubar.home {
|
||||||
|
|
Loading…
Add table
Reference in a new issue