remove unwanted global text input font sizing
This commit is contained in:
parent
c3a47aee70
commit
4589f28676
|
@ -610,12 +610,6 @@ a.mention {
|
|||
}
|
||||
|
||||
|
||||
.modal-body {
|
||||
input[type=text] {
|
||||
font-size: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
.moderator {
|
||||
.topic-body {
|
||||
background-color: dark-light-diff($highlight, $secondary, 70%, -80%);
|
||||
|
|
|
@ -382,14 +382,6 @@ iframe {
|
|||
position: relative;
|
||||
}
|
||||
|
||||
.modal-body {
|
||||
input[type=text] {
|
||||
font-size: 16px;
|
||||
display: block;
|
||||
margin-top: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
#share-link {
|
||||
width: 290px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue