mirror of
https://gitlab.com/commento/commento.git
synced 2025-06-29 22:56:37 -04:00
commento-logo.scss: rename to commento-footer.scss
This commit is contained in:
38
frontend/sass/commento-footer.scss
Normal file
38
frontend/sass/commento-footer.scss
Normal file
@ -0,0 +1,38 @@
|
||||
@import "colors-main.scss";
|
||||
|
||||
.commento-footer {
|
||||
margin: 36px 0px 12px 0px;
|
||||
border-top: 1px solid $gray-1;
|
||||
padding-right: 12px;
|
||||
|
||||
.commento-logo-container {
|
||||
float: right;
|
||||
|
||||
.commento-logo {
|
||||
border: none;
|
||||
width: auto;
|
||||
height: 32px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 5px;
|
||||
border-radius: 3px;
|
||||
|
||||
.commento-logo-svg {
|
||||
display: inline;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
margin-right: 8px;
|
||||
outline: none;
|
||||
}
|
||||
}
|
||||
|
||||
.commento-logo-text {
|
||||
font-size: 13px;
|
||||
color: $gray-6;
|
||||
display: inline;
|
||||
line-height: 24px;
|
||||
position: relative;
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user