Skip to content
Snippets Groups Projects
Commit 8f461d5f authored by Gabriel Engel's avatar Gabriel Engel
Browse files

updated cf_ -> clearfix

parent 52545875
No related branches found
No related tags found
No related merge requests found
...@@ -5,15 +5,12 @@ ...@@ -5,15 +5,12 @@
@import "utils/_keyframes.import.less"; @import "utils/_keyframes.import.less";
@import "utils/_preloader.import.less"; @import "utils/_preloader.import.less";
@import "utils/_emojione.import.less"; @import "utils/_emojione.import.less";
.cf_ { .clearfix {
display: inline-block; clear: both;
&:after { &::after {
content: "."; content: "";
display: block; display: table;
clear: both; clear: both;
visibility: hidden;
line-height: 0;
height: 0;
} }
} }
...@@ -219,7 +216,7 @@ blockquote { ...@@ -219,7 +216,7 @@ blockquote {
} }
.input-line { .input-line {
.cf_; .clearfix;
display: block; display: block;
margin-bottom: 12px; margin-bottom: 12px;
&:nth-last-child(1) { &:nth-last-child(1) {
...@@ -1735,7 +1732,7 @@ a.github-fork { ...@@ -1735,7 +1732,7 @@ a.github-fork {
} }
.list { .list {
a { a {
.cf_; .clearfix;
padding: 10px 16px; padding: 10px 16px;
width: 100%; width: 100%;
color: @primary-font-color; color: @primary-font-color;
...@@ -2554,7 +2551,7 @@ a.github-fork { ...@@ -2554,7 +2551,7 @@ a.github-fork {
display: none; display: none;
} }
a { a {
.cf_; .clearfix;
padding: 5px 0; padding: 5px 0;
height: 30px; height: 30px;
background-color: transparent; background-color: transparent;
......
...@@ -122,7 +122,7 @@ ...@@ -122,7 +122,7 @@
<button class="see-all">{{seeAll}}</button> <button class="see-all">{{seeAll}}</button>
</p>--}} </p>--}}
</div> </div>
<ul class='list cf_ lines'> <ul class='list clearfix lines'>
{{#each users}} {{#each users}}
<li class='user-image user-card-room status-{{status}}'> <li class='user-image user-card-room status-{{status}}'>
<a data-username="{{username}}" tabindex="0" title="{{username}}"> <a data-username="{{username}}" tabindex="0" title="{{username}}">
...@@ -136,7 +136,7 @@ ...@@ -136,7 +136,7 @@
</div> </div>
<div class="user-view animated{{#unless $.Session.get 'showUserInfo'}} -hidden{{/unless}}"> <div class="user-view animated{{#unless $.Session.get 'showUserInfo'}} -hidden{{/unless}}">
{{#with flexUserInfo}} {{#with flexUserInfo}}
<div class="about cf_"> <div class="about clearfix">
<div class="thumb"> <div class="thumb">
{{> avatar username=username}} {{> avatar username=username}}
</div> </div>
...@@ -164,7 +164,7 @@ ...@@ -164,7 +164,7 @@
{{else}} {{else}}
<div class="user-view"> <div class="user-view">
{{#with userData}} {{#with userData}}
<div class="about cf_"> <div class="about clearfix">
{{#if selfVideoUrl}} {{#if selfVideoUrl}}
{{#if rtcLayout3}} {{#if rtcLayout3}}
......
...@@ -644,19 +644,6 @@ table { ...@@ -644,19 +644,6 @@ table {
} }
} }
.cf_ {
display: inline-block
}
.cf_:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0
}
* { * {
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
-moz-box-sizing: border-box; -moz-box-sizing: border-box;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment