Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
Equipo 3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
migudel
Equipo 3
Merge requests
!9
Dev booking request
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Dev booking request
dev_bookingRequest
into
develop
Overview
0
Commits
6
Pipelines
0
Changes
20
Merged
Dev booking request
migudel
requested to merge
dev_bookingRequest
into
develop
9 months ago
Overview
0
Commits
6
Pipelines
0
Changes
20
0
0
Merge request reports
Compare
develop
version 1
290840e8
9 months ago
develop (base)
and
latest version
latest version
4a257f3e
6 commits,
9 months ago
version 1
290840e8
5 commits,
9 months ago
20 files
+
510
−
26
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
20
angular/RestClient/src/app/booking/booking.component.css
0 → 100644
+
26
−
0
View file @ 4a257f3e
Edit in single-file editor
Open in Web IDE
.container
{
max-width
:
600px
;
margin
:
auto
;
padding
:
20px
;
border
:
1px
solid
#ccc
;
border-radius
:
5px
;
background-color
:
#f9f9f9
;
}
h2
{
text-align
:
center
;
margin-bottom
:
20px
;
}
.form-group
{
margin-bottom
:
15px
;
}
label
{
font-weight
:
bold
;
}
.btn
{
width
:
100%
;
}
\ No newline at end of file
Loading