Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
drupal-theme
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
BFA Sitio Web
drupal-theme
Commits
a97ec54e
Commit
a97ec54e
authored
5 years ago
by
Otto Zaiser
Browse files
Options
Downloads
Patches
Plain Diff
Fix campos requeridos y home banner
parent
94c63fe1
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
_src/scss/general/_general.scss
+12
-0
12 additions, 0 deletions
_src/scss/general/_general.scss
_src/scss/general/_home.scss
+1
-1
1 addition, 1 deletion
_src/scss/general/_home.scss
css/main.css
+1
-1
1 addition, 1 deletion
css/main.css
package-lock.json
+1646
-1466
1646 additions, 1466 deletions
package-lock.json
with
1660 additions
and
1468 deletions
_src/scss/general/_general.scss
+
12
−
0
View file @
a97ec54e
...
@@ -130,4 +130,16 @@ a.skip-link{
...
@@ -130,4 +130,16 @@ a.skip-link{
overflow
:
hidden
;
overflow
:
hidden
;
-ms-overflow-style
:
none
;
-ms-overflow-style
:
none
;
}
}
}
// Formularios Asterisco
.form-required
:after
{
font-size
:
1
.5em
;
display
:
inline-block
;
vertical-align
:
text-top
;
content
:
"*"
;
color
:
red
;
background-image
:
none
;
background-size
:
auto
;
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
_src/scss/general/_home.scss
+
1
−
1
View file @
a97ec54e
...
@@ -72,7 +72,7 @@
...
@@ -72,7 +72,7 @@
.hero_bg
{
.hero_bg
{
position
:
absolute
;
position
:
absolute
;
z-index
:
-100
;
z-index
:
-100
;
top
:
-4
0
px
;
top
:
-4
5
px
;
bottom
:
0
;
bottom
:
0
;
right
:
0
;
right
:
0
;
left
:
0
;
left
:
0
;
...
...
This diff is collapsed.
Click to expand it.
css/main.css
+
1
−
1
View file @
a97ec54e
This diff is collapsed.
Click to expand it.
package-lock.json
+
1646
−
1466
View file @
a97ec54e
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