mirror of https://github.com/Chocobozzz/PeerTube
Remove unused global css
parent
3bf57a01f8
commit
22f375f37d
|
@ -44,3 +44,7 @@ my-actor-avatar {
|
||||||
right: 45px;
|
right: 45px;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dropdown-item {
|
||||||
|
@include dropdown-with-icon-item;
|
||||||
|
}
|
||||||
|
|
|
@ -8,9 +8,9 @@ input {
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn {
|
.btn {
|
||||||
font-size: 15px;
|
|
||||||
|
|
||||||
@include button-with-icon(18px);
|
@include button-with-icon(18px);
|
||||||
|
|
||||||
|
font-size: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.copy-text {
|
.copy-text {
|
||||||
|
|
|
@ -202,15 +202,6 @@ table {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-item {
|
|
||||||
@include dropdown-with-icon-item;
|
|
||||||
|
|
||||||
my-global-icon {
|
|
||||||
width: 22px;
|
|
||||||
height: 22px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
my-global-icon[iconName=external-link] {
|
my-global-icon[iconName=external-link] {
|
||||||
margin: 0 3px;
|
margin: 0 3px;
|
||||||
width: 13px;
|
width: 13px;
|
||||||
|
|
Loading…
Reference in New Issue