mirror of
https://github.com/rclone/rclone
synced 2025-01-02 02:26:24 +01:00
docs: align dropdown items when icons have different sizes
This commit is contained in:
parent
269f90c1e4
commit
a5b8fcc127
6
docs/static/css/custom.css
vendored
6
docs/static/css/custom.css
vendored
@ -142,6 +142,12 @@ h5 {
|
|||||||
font-size: 95%;
|
font-size: 95%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Align dropdown items when icons have different sizes */
|
||||||
|
.dropdown-item .fa, .fab, .fad, .fal, .far, .fas {
|
||||||
|
width: 20px;
|
||||||
|
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 New Issue
Block a user