forked from TrueCloudLab/rclone
docs: align menu items when icons have different sizes
This commit is contained in:
parent
fd82876086
commit
8aeca6c033
1 changed files with 6 additions and 0 deletions
6
docs/static/css/custom.css
vendored
6
docs/static/css/custom.css
vendored
|
@ -148,6 +148,12 @@ h5 {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Align menu items when icons have different sizes */
|
||||||
|
.menu .fa, .fab, .fad, .fal, .far, .fas {
|
||||||
|
width: 18px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
/* Make primary buttons rclone colours. Should learn sass and do this the proper way! */
|
/* Make primary buttons rclone colours. Should learn sass and do this the proper way! */
|
||||||
.btn-primary {
|
.btn-primary {
|
||||||
background-color: #3f79ad;
|
background-color: #3f79ad;
|
||||||
|
|
Loading…
Reference in a new issue