mirror of
https://github.com/rclone/rclone.git
synced 2025-06-23 21:41:36 +02:00
docs: align menu items when icons have different sizes
This commit is contained in:
parent
fd82876086
commit
8aeca6c033
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…
x
Reference in New Issue
Block a user