Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wiki-js
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
wiki-js
Commits
cad45f57
Commit
cad45f57
authored
Jan 19, 2019
by
Nicolas Giard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: tables styling
parent
a1c3d633
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
0 deletions
+29
-0
app.scss
client/themes/default/scss/app.scss
+29
-0
No files found.
client/themes/default/scss/app.scss
View file @
cad45f57
...
@@ -146,6 +146,10 @@
...
@@ -146,6 +146,10 @@
border-radius
:
.5rem
;
border-radius
:
.5rem
;
margin
:
1rem
;
margin
:
1rem
;
>
p
:first-child
.emoji
{
margin-right
:
.5rem
;
}
&
.is-info
{
&
.is-info
{
background-color
:
mc
(
'blue'
,
'50'
);
background-color
:
mc
(
'blue'
,
'50'
);
background-image
:
radial-gradient
(
ellipse
at
top
,
mc
(
'blue'
,
'50'
)
,
lighten
(
mc
(
'blue'
,
'50'
)
,
5%
));
background-image
:
radial-gradient
(
ellipse
at
top
,
mc
(
'blue'
,
'50'
)
,
lighten
(
mc
(
'blue'
,
'50'
)
,
5%
));
...
@@ -333,4 +337,29 @@
...
@@ -333,4 +337,29 @@
}
}
}
}
// ---------------------------------
// TABLES
// ---------------------------------
table
{
margin
:
.5rem
1
.75rem
;
border-spacing
:
0
;
th
{
padding
:
.75rem
;
border-bottom
:
2px
solid
mc
(
'grey'
,
'500'
);
color
:
mc
(
'grey'
,
'600'
);
}
td
{
padding
:
.75rem
;
}
tr
{
td
{
border-bottom
:
1px
solid
mc
(
'grey'
,
'200'
);
}
}
}
}
}
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