mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-22 09:26:27 +02:00
Merge template update :
Update SB Admin template to last version (1.0.3). See : https://github.com/IronSummitMedia/startbootstrap-sb-admin/releases/tag/v1.0.3 Cleanup unnecessary files.
This commit is contained in:
parent
6029f2b624
commit
1192b5733b
49 changed files with 842 additions and 1188 deletions
19
font-awesome/scss/_list.scss
vendored
Normal file
19
font-awesome/scss/_list.scss
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
// List Icons
|
||||
// -------------------------
|
||||
|
||||
.#{$fa-css-prefix}-ul {
|
||||
padding-left: 0;
|
||||
margin-left: $fa-li-width;
|
||||
list-style-type: none;
|
||||
> li { position: relative; }
|
||||
}
|
||||
.#{$fa-css-prefix}-li {
|
||||
position: absolute;
|
||||
left: -$fa-li-width;
|
||||
width: $fa-li-width;
|
||||
top: (2em / 14);
|
||||
text-align: center;
|
||||
&.#{$fa-css-prefix}-lg {
|
||||
left: -$fa-li-width + (4em / 14);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue