Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MaarchCourrier
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Harbor Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maarch
MaarchCourrier
Commits
ffd8bd0e
Commit
ffd8bd0e
authored
2 years ago
by
Jean-Laurent DUZANT
Browse files
Options
Downloads
Patches
Plain Diff
FEAT #21541 TIME 0:30 add sass for action administration component
parent
6a8678c6
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
src/frontend/app/administration/action/action-administration.component.scss
+151
-0
151 additions, 0 deletions
...dministration/action/action-administration.component.scss
with
151 additions
and
0 deletions
src/frontend/app/administration/action/action-administration.component.scss
0 → 100644
+
151
−
0
View file @
ffd8bd0e
.input-form
{
font-size
:
13px
;
color
:
#666
;
width
:
400px
;
margin-top
:
5px
;
margin-bottom
:
5px
;
.mat-input-element
{
color
:
var
(
--
maarch-color-primary
);
padding-left
:
10px
;
}
// input {
// padding-left: 20px;
// padding-right: 20px;
// }
::ng-deep
.mat-select-value-text
{
padding-left
:
20px
;
color
:
var
(
--
maarch-color-primary
);
}
::ng-deep
.mat-form-field-label
{
top
:
15px
;
left
:
20px
;
}
::ng-deep
.mat-form-field-infix
{
display
:
flex
;
padding-top
:
0px
;
padding-bottom
:
5px
;
}
::ng-deep
.mat-form-field-label-wrapper
{
top
:
-13px
;
}
::ng-deep
.mat-form-field-flex
{
background
:
white
;
height
:
40px
;
border-radius
:
10px
;
border
:
solid
1px
var
(
--
maarch-color-primary
);
}
::ng-deep
.mat-form-field-underline
{
display
:
none
;
}
::ng-deep
.mat-form-field-prefix
{
margin-left
:
10px
;
}
::ng-deep
.mat-form-field-suffix
{
margin-right
:
10px
;
}
::ng-deep
.mat-select-arrow-wrapper
{
padding-right
:
20px
;
}
::ng-deep
.mat-list-option
{
color
:
rgba
(
0
,
0
,
0
,
0
.54
);
}
::ng-deep
.mat-form-field-wrapper
{
padding
:
0px
;
}
/*textarea.cdk-textarea-autosize-measuring {
padding: 4px 0 !important;
}*/
::ng-deep
.mat-datepicker-toggle-default-icon
{
height
:
auto
;
}
}
.input-form.input-select
{
}
.input-form.input-date
{
::ng-deep
.mat-form-field-flex
{
align-items
:
center
;
}
::ng-deep
.mat-date-range-input-start-wrapper
{
flex
:
1
;
}
::ng-deep
.mat-date-range-input-inner
{
color
:
var
(
--
maarch-color-primary
);
}
/*::ng-deep.mat-form-field-infix {
padding-top: 5px;
}*/
}
.radio-form
{
padding-left
:
20px
;
display
:
grid
;
grid-template-columns
:
repeat
(
2
,
1fr
);
width
:
100%
;
.mat-radio-button
{
flex
:
1
;
::ng-deep
.mat-radio-label-content
{
font-weight
:
normal
;
color
:
rgba
(
0
,
0
,
0
,
0
.54
);
}
}
.mat-radio-disabled
{
opacity
:
0
.5
;
}
}
.checkbox-form
{
width
:
100%
;
padding
:
0px
;
border
:
solid
1px
var
(
--
maarch-color-primary
);
border-radius
:
30px
;
overflow
:
hidden
;
}
.checkbox-selected-list
{
margin-top
:
10px
;
// display: flex;
// justify-content: center;
::ng-deep
.mat-chip-list-wrapper
{
justify-content
:
center
;
}
.mat-chip
{
font-size
:
13px
;
margin-top
:
10px
;
margin-bottom
:
10px
;
@media
(
max-width
:
768px
)
{
font-size
:
1em
;
}
}
}
.contact-form
{
width
:
100%
;
padding
:
0px
;
overflow
:
hidden
;
}
\ No newline at end of file
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