Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4d42805b authored by Ronak Patel's avatar Ronak Patel
Browse files

lint fix

parent 58b4333d
Loading
Loading
Loading
Loading
Loading
−5.27 KiB (2.84 KiB)
Loading image diff...
+4 −4
Original line number Diff line number Diff line
.ecloud-accounts-banner {
.business-banner {
    display: inline-flex;
    position: absolute;
    top: 0px;
@@ -13,7 +13,7 @@
    font-weight: 400;
    line-height: 24px;
    padding: 16px 6%;
    #ecloud-accounts-banner-container{
    #business-banner-container{
        display:inline-flex;
        img {
            padding-right:10px;
@@ -35,14 +35,14 @@
}

@media only screen and (max-width: 768px) {
    .ecloud-accounts-banner {
    .business-banner {
        display: block;
        a{
            padding: 8px 0 0 30px;
        }
    }
}
[data-object-type="ecloud-accounts-important"] a.external {
[data-object-type="business-banner-important"] a.external {
    background-color: var(--color-primary-element);
    color: var(--color-primary-element-text);
    text-decoration: none;