larger text on topbar.
This commit is contained in:
parent
74fb99b2c5
commit
36e5187f1e
3 changed files with 14 additions and 2 deletions
|
|
@ -7113,7 +7113,7 @@ a.black {
|
|||
left: 50%;
|
||||
padding: 20px;
|
||||
transform: translate(-50%, -50%);
|
||||
background: rgba(0, 0, 0, 0.5);
|
||||
background: rgba(0, 0, 0, 0.7);
|
||||
text-align: center;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
|
|
@ -7201,6 +7201,11 @@ a.black {
|
|||
height: 1.5em;
|
||||
}
|
||||
|
||||
.menu .menu-text {
|
||||
font-size: 1.4rem;
|
||||
line-height: 2rem;
|
||||
}
|
||||
|
||||
/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */
|
||||
.pswp {
|
||||
--pswp-bg: #000;
|
||||
|
|
|
|||
|
|
@ -104,6 +104,8 @@ $global-color-pick-contrast-tolerance: 0;
|
|||
$print-transparent-backgrounds: true;
|
||||
$print-hrefs: true;
|
||||
|
||||
$menu-text-font-size: 3.875rem !default;
|
||||
|
||||
@include add-foundation-colors;
|
||||
|
||||
// 2. Breakpoints
|
||||
|
|
|
|||
|
|
@ -536,7 +536,7 @@ a.black
|
|||
padding: 20px;
|
||||
transform: translate(-50%, -50%);
|
||||
|
||||
background: rgba(0,0,0,0.5);
|
||||
background: rgba(0,0,0,0.7);
|
||||
|
||||
text-align: center;
|
||||
color: #fff;
|
||||
|
|
@ -630,4 +630,9 @@ a.black
|
|||
.icon {
|
||||
width: 1.5em;
|
||||
height: 1.5em;
|
||||
}
|
||||
|
||||
.menu .menu-text {
|
||||
font-size: 1.4rem;
|
||||
line-height: 2;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue