Remove unused style
// FREEBIE
This commit is contained in:
parent
4f57dff1e6
commit
6faed3d9d7
2 changed files with 0 additions and 28 deletions
|
@ -508,22 +508,6 @@
|
||||||
height: 36px;
|
height: 36px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.send-btn {
|
|
||||||
float: right;
|
|
||||||
height: 36px;
|
|
||||||
width: 36px;
|
|
||||||
border: none;
|
|
||||||
outline: none;
|
|
||||||
background: url('/images/send.png') no-repeat;
|
|
||||||
background-size: 75%;
|
|
||||||
background-position: center center;
|
|
||||||
cursor: pointer;
|
|
||||||
|
|
||||||
&::before {
|
|
||||||
content: '+';
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.send-message {
|
.send-message {
|
||||||
display: block;
|
display: block;
|
||||||
width: calc(100% - #{$button-width});
|
width: calc(100% - #{$button-width});
|
||||||
|
|
|
@ -1032,18 +1032,6 @@ input.search {
|
||||||
.bottom-bar .choose-file {
|
.bottom-bar .choose-file {
|
||||||
float: left;
|
float: left;
|
||||||
height: 36px; }
|
height: 36px; }
|
||||||
.bottom-bar .send-btn {
|
|
||||||
float: right;
|
|
||||||
height: 36px;
|
|
||||||
width: 36px;
|
|
||||||
border: none;
|
|
||||||
outline: none;
|
|
||||||
background: url("/images/send.png") no-repeat;
|
|
||||||
background-size: 75%;
|
|
||||||
background-position: center center;
|
|
||||||
cursor: pointer; }
|
|
||||||
.bottom-bar .send-btn::before {
|
|
||||||
content: '+'; }
|
|
||||||
.bottom-bar .send-message {
|
.bottom-bar .send-message {
|
||||||
display: block;
|
display: block;
|
||||||
width: calc(100% - 36px);
|
width: calc(100% - 36px);
|
||||||
|
|
Loading…
Reference in a new issue