Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rescheduled 🗓️
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Analyze
Contributor analytics
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
c3lingo
rescheduled 🗓️
Commits
3ecd6649
Commit
3ecd6649
authored
11 months ago
by
Teal
Browse files
Options
Downloads
Patches
Plain Diff
rejiggle css order
parent
d51bc191
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
app/assets/stylesheets/application.tailwind.css
+3
-3
3 additions, 3 deletions
app/assets/stylesheets/application.tailwind.css
with
3 additions
and
3 deletions
app/assets/stylesheets/application.tailwind.css
+
3
−
3
View file @
3ecd6649
...
@@ -28,6 +28,9 @@ select {
...
@@ -28,6 +28,9 @@ select {
.session
{
.session
{
@apply
border
p-2
bg-slate-100
border-slate-300
rounded-md
w-full
hover
:
shadow-2xl
;
@apply
border
p-2
bg-slate-100
border-slate-300
rounded-md
w-full
hover
:
shadow-2xl
;
&.no-backup-needed
{
@apply
bg-green-100
border-green-300;
}
&
.backup-needed
{
&
.backup-needed
{
@apply
bg-amber-100
border-amber-400;
@apply
bg-amber-100
border-amber-400;
}
}
...
@@ -37,9 +40,6 @@ select {
...
@@ -37,9 +40,6 @@ select {
&
.no-assignees
{
&
.no-assignees
{
@apply
bg-red-300
border-red-800;
@apply
bg-red-300
border-red-800;
}
}
&
.no-backup-needed
{
@apply
bg-green-100
border-green-300;
}
}
}
#flash
{
#flash
{
@apply
mx-auto
flex
items-center
flex-col
gap-1
p-2;
@apply
mx-auto
flex
items-center
flex-col
gap-1
p-2;
...
...
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