Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
italy-theme
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Gruppo Web
italy-theme
Commits
db7cf8cb
Commit
db7cf8cb
authored
May 02, 2018
by
Pietro Albini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
utils: fix .text-* classes not applying to <p>
parent
2be1c6b6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
8 deletions
+10
-8
scss/_utils.scss
scss/_utils.scss
+10
-8
No files found.
scss/_utils.scss
View file @
db7cf8cb
...
@@ -14,17 +14,19 @@
...
@@ -14,17 +14,19 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
*/
.text-center
{
@mixin
text-align
(
$align
)
{
text-align
:
center
;
.text-
$
align
{
}
text-align
:
$align
;
.text-left
{
p
{
text-align
:
left
;
text-align
:
$align
;
}
}
}
}
.text-right
{
@include
text-align
(
center
);
text-align
:
right
;
@include
text-align
(
left
)
;
}
@include
text-align
(
right
);
.text-green
{
.text-green
{
color
:
$color_green
;
color
:
$color_green
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment