Convert some values to ems

This commit is contained in:
Urban Rotnik 2020-10-28 08:50:36 +01:00
parent e893d40eea
commit aba0034854
2 changed files with 10 additions and 14 deletions

View file

@ -8,7 +8,7 @@
// - refactor view handling using library, ex. backbone.js
/* global Comments CounterBadge animateSpinner initFormSubmitLinks HelperModule
I18n setupSidebarTree dropdownSelector */
I18n dropdownSelector */
(function(global) {
var newProjectModal = null;

View file

@ -912,10 +912,6 @@ li.module-hover {
.projects-toolbar {
.filter-container {
height: 36px;
margin-right: 4px;
width: 36px;
.current-tasks-filters {
padding: 0;
width: 230px;
@ -924,9 +920,9 @@ li.module-hover {
align-items: center;
border-bottom: $border-default;
display: flex;
height: 44px;
margin-bottom: 16px;
padding: 0 5px 0 16px;
height: 2.75em;
margin-bottom: 1em;
padding: 0 .3em 0 1em;
.title {
@include font-h2;
@ -938,23 +934,23 @@ li.module-hover {
.select-block {
display: inline-block;
padding: 0 16px 16px;
padding: 0 1em 1em;
position: relative;
width: 100%;
label {
@include font-small;
font-weight: bold;
margin-bottom: 5px;
margin-bottom: .3em;
user-select: none;
}
&.folders {
display: flex;
align-items: center;
display: flex;
.folder-search-label {
margin: 0 5px;
margin: 0 .3em;
}
}
}
@ -963,9 +959,9 @@ li.module-hover {
align-items: center;
border-top: $border-default;
display: flex;
height: 68px;
height: 4.25em;
justify-content: center;
padding: 0 16px;
padding: 0 1em;
position: relative;
width: 100%;
}