remove unwanted global text input font sizing

This commit is contained in:
Jeff Atwood 2014-11-27 02:13:15 -08:00
parent c3a47aee70
commit 4589f28676
2 changed files with 0 additions and 14 deletions

View File

@ -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%);

View File

@ -382,14 +382,6 @@ iframe {
position: relative;
}
.modal-body {
input[type=text] {
font-size: 16px;
display: block;
margin-top: 10px;
}
}
#share-link {
width: 290px;
}