Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
chip-ahoyto
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
João Magalhães
chip-ahoyto
Commits
bd1fa15c
Verified
Commit
bd1fa15c
authored
2 years ago
by
João Magalhães
Browse files
Options
Downloads
Patches
Plain Diff
feat: new button types
parent
e51ba769
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!5
Support for the new web layout
Pipeline
#655
passed
2 years ago
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
examples/web/index.css
+13
-2
13 additions, 2 deletions
examples/web/index.css
examples/web/index.html
+2
-2
2 additions, 2 deletions
examples/web/index.html
with
15 additions
and
4 deletions
examples/web/index.css
+
13
−
2
View file @
bd1fa15c
...
...
@@ -208,15 +208,26 @@ p {
user-select
:
none
;
}
.tiny-button.border
{
border
:
1px
solid
#ffffff
;
}
.tiny-button.padded
{
padding-top
:
4px
;
padding-bottom
:
4px
;
padding
:
4px
10px
4px
10px
;
}
.tiny-button.enabled
{
background-color
:
#50cb93
;
}
.tiny-button
:hover
{
background-color
:
#50cb93
;
}
.tiny-button
:active
{
background-color
:
#2a9d8f
;
}
.overlay.visible
{
opacity
:
1.0
;
}
...
...
This diff is collapsed.
Click to expand it.
examples/web/index.html
+
2
−
2
View file @
bd1fa15c
...
...
@@ -45,8 +45,8 @@
</div>
<div
class=
"separator"
></div>
<div
class=
"section"
>
<span
class=
"tiny-button tiny-button-left padded"
>
Benchmark
</span>
<span
class=
"tiny-button tiny-button-left padded"
>
Information
</span>
<span
class=
"tiny-button tiny-button-left
border
padded"
>
Benchmark
</span>
<span
class=
"tiny-button tiny-button-left padded
enabled
"
>
Information
</span>
</div>
</div>
</div>
...
...
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