Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bluecheese
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
bluecheese
Commits
e2a1b7b0
Commit
e2a1b7b0
authored
5 days ago
by
Neil Drumm
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3514509
: Update core releases for new branding
parent
53ce05ac
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
sass/partials/drupalorg/_project-page.scss
+34
-55
34 additions, 55 deletions
sass/partials/drupalorg/_project-page.scss
with
34 additions
and
55 deletions
sass/partials/drupalorg/_project-page.scss
+
34
−
55
View file @
e2a1b7b0
...
...
@@ -128,48 +128,45 @@
}
.release-date
{
color
:
var
(
--
drupal-gray-mildest
);
display
:
block
;
margin-top
:
0
.5em
;
font-size
:
.95rem
;
margin-top
:
.25rem
;
}
.views-field-field-release-short-description
{
width
:
100%
;
@include
breakpoint
(
$medium
)
{
@include
breakpoint
(
$small
)
{
.views-field-field-release-short-description
{
float
:
right
;
width
:
60%
;
}
}
&
.view-display-id-recommended
>
.view-content
,
.view-display-id-prereleases
{
.views-field-field-release-version
{
float
:
left
;
display
:
block
;
width
:
40%
;
padding-right
:
2%
;
}
}
.views-field-field-release-version
{
text-align
:
center
;
h4
{
font-size
:
1
.2em
;
margin
:
0
;
}
a
{
background
:
var
(
--
drupal-dark-blue
);
border-radius
:
2rem
;
color
:
var
(
--
drupal-white
);
margin-bottom
:
1rem
;
padding
:
1
.25rem
.5rem
;
width
:
100%
;
@include
breakpoint
(
$medium
)
{
width
:
40%
;
padding-right
:
2%
;
}
text-align
:
center
;
h4
{
font-size
:
1
.2em
;
margin
:
0
;
}
a
{
background
:
$new-blue
;
color
:
$white
;
margin-bottom
:
1em
;
padding
:
1
.25em
.5em
;
width
:
100%
;
display
:
block
;
&
:hover
,
&
:focus
{
background
:
$new-dk-blue
;
text-decoration
:
none
;
}
}
.release-date
{
color
:
$new-lt-gray
;
font-size
:
0
.95em
;
display
:
block
;
&
:hover
,
&
:focus
{
background
:
var
(
--
drupal-navy
);
text-decoration
:
none
;
}
}
}
...
...
@@ -177,36 +174,18 @@
.view-display-id-prereleases
{
.views-field-field-release-version
{
a
{
background
:
$white
;
border
:
2px
solid
$new-blue
;
background
:
var
(
--
drupal-white
);
border
:
2px
solid
var
(
--
drupal-dark-blue
);
border-radius
:
2rem
;
color
:
$body-text
;
&
:hover
,
&
:focus
{
border
:
2px
solid
$new-dk-blue
;
color
:
$white
;
.release-date
{
color
:
$new-lt-gray
;
}
background
:
var
(
--
drupal-light-blue
);
}
}
.release-date
{
color
:
$new-dk-gray
;
}
}
}
.release-date
{
color
:
$new-dk-gray
;
}
.panel-pane
{
.views-field-field-release-version
{
a
{
&
:hover
,
&
:focus
{
text-decoration
:
none
;
}
color
:
var
(
--
drupal-gray-darker
);
}
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment