Commit 16d9d579 by Nilu Committed by Harsh Shah

styling changes and fonts

parent a63ce734
......@@ -176,29 +176,6 @@ public class Job extends BaseJob
}
public String getDaysTillClose()
{
StringBuilder sb = new StringBuilder();
if(getApplyBy()!=null)
{
int dateDiff = getNoOfDaystoClosed();
sb.append(dateDiff);
if(dateDiff==1)
{
sb.append(" day till close");
}
else
{
sb.append(" days till close");
}
}
return sb.toString();
}
public String getClosingInText()
{
StringBuilder sb = new StringBuilder("Closing in ");
......
......@@ -22,14 +22,14 @@ public class Importance extends AbstractEnumerated
public static final Importance NOT_APPLICABLE = new Importance ("NOT_APPLICABLE", "NOT_APPLICABLE", "Not Applicable", false);
public static final Importance ESSENTIAL = new Importance ("ESSENTIAL", "ESSENTIAL", "Essential", false);
public static final Importance DESIRABLE = new Importance ("DESIRABLE", "DESIRABLE", "Desirable", false);
public static final Importance HIGHLY_DESIRABLE = new Importance ("HIGHLY_DESIRABLE", "HIGHLY_DESIRABLE", "Highly Desirable", false);
public static final Importance DESIRABLE = new Importance ("DESIRABLE", "DESIRABLE", "Desirable", false);
public static final Importance ESSENTIAL = new Importance ("ESSENTIAL", "ESSENTIAL", "Essential", false);
private static final Importance[] allImportances =
new Importance[] { NOT_APPLICABLE,ESSENTIAL,HIGHLY_DESIRABLE,DESIRABLE};
new Importance[] { NOT_APPLICABLE,DESIRABLE,HIGHLY_DESIRABLE,ESSENTIAL};
private static Importance[] getAllImportances ()
......@@ -117,9 +117,9 @@ public class Importance extends AbstractEnumerated
public static void defineAdditionalData ()
{
NOT_APPLICABLE.ConsiderForAssessment = false;
ESSENTIAL.ConsiderForAssessment = true;
HIGHLY_DESIRABLE.ConsiderForAssessment = true;
DESIRABLE.ConsiderForAssessment = true;
HIGHLY_DESIRABLE.ConsiderForAssessment = true;
ESSENTIAL.ConsiderForAssessment = true;
}
......
......@@ -6,9 +6,9 @@
<DATA name="ConsiderForAssessment" type="boolean" />
<VALUE name="NOT_APPLICABLE" description="Not Applicable" ConsiderForAssessment="false"/>
<VALUE name="ESSENTIAL" description="Essential" ConsiderForAssessment="true"/>
<VALUE name="HIGHLY_DESIRABLE" description="Highly Desirable" ConsiderForAssessment="true"/>
<VALUE name="DESIRABLE" description="Desirable" ConsiderForAssessment="true"/>
<VALUE name="HIGHLY_DESIRABLE" description="Highly Desirable" ConsiderForAssessment="true"/>
<VALUE name="ESSENTIAL" description="Essential" ConsiderForAssessment="true"/>
</CONSTANT>
</ROOT>
\ No newline at end of file
@font-face {font-family: 'PIFont';src: url('../fonts/343A83_1_0.eot');src: url('../fonts/343A83_1_0.eot?#iefix') format('embedded-opentype'),url('../fonts/343A83_1_0.woff2') format('woff2'),url('../fonts/343A83_1_0.woff') format('woff'),url('../fonts/343A83_1_0.ttf') format('truetype');}
@import url("//hello.myfonts.net/count/343a83");
@font-face {font-family: 'Usual-Bold';src: url('../fonts/343A83_0_0.eot');src: url('../fonts/343A83_0_0.eot?#iefix') format('embedded-opentype'),url('../fonts/343A83_0_0.woff2') format('woff2'),url('../fonts/343A83_0_0.woff') format('woff'),url('../fonts/343A83_0_0.ttf') format('truetype');}
@font-face {font-family: 'Usual-Light';src: url('../fonts/343A83_1_0.eot');src: url('../fonts/343A83_1_0.eot?#iefix') format('embedded-opentype'),url('../fonts/343A83_1_0.woff2') format('woff2'),url('../fonts/343A83_1_0.woff') format('woff'),url('../fonts/343A83_1_0.ttf') format('truetype');}
@font-face {font-family: 'Usual-Medium';src: url('../fonts/343A83_2_0.eot');src: url('../fonts/343A83_2_0.eot?#iefix') format('embedded-opentype'),url('../fonts/343A83_2_0.woff2') format('woff2'),url('../fonts/343A83_2_0.woff') format('woff'),url('../fonts/343A83_2_0.ttf') format('truetype');}
@font-face {font-family: 'Usual-Regular';src: url('../fonts/343A83_3_0.eot');src: url('../fonts/343A83_3_0.eot?#iefix') format('embedded-opentype'),url('../fonts/343A83_3_0.woff2') format('woff2'),url('../fonts/343A83_3_0.woff') format('woff'),url('../fonts/343A83_3_0.ttf') format('truetype');}
* {
font-family: "PIFont";
font-family: "Usual-Regular";
}
body{
color: #4e5258;
......@@ -50,6 +59,12 @@ p{
}
header{
background: #ffffff;
position: fixed;
left : 0;
top: 0;
width: 100%;
height: 65px;
z-index: 1000;
}
.site-logo {
float: left;
......@@ -65,6 +80,7 @@ header{
background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
padding: 24px 72px 21px;
font-size: 15px;
color: #7d7f82;
}
.search-bar input.form-control:focus{
box-shadow: inset 1px 0 0 0 #eff0f2;
......@@ -216,6 +232,12 @@ ul.profile-dropdown {
float: left;
width: 16.25%;
}
.sidebar-menu.fixed {
float: none;
width: 16.25%;
position: fixed;
top:75px;
}
.main-menu ul{
padding: 50px 0 50px 27px;
}
......@@ -342,10 +364,11 @@ span.active-time {
}
.main-content-area{
float: left;
float: right;
width: 83.75%;
background-color: #e9ecef;
padding: 3% 11.56% 3%;
margin-top: 65px;
}
.page-title{
color: #1a2531;
......@@ -353,6 +376,7 @@ span.active-time {
font-weight: 300;
margin-top: 0;
margin-bottom: 5.15%;
font-family: "Usual-Light";
}
.main-tab-form ul{
background-color: #4e5258;
......@@ -389,6 +413,7 @@ span.active-time {
font-size: 12px;
font-weight: bold;
line-height: 28px;
font-family: "Usual-Bold";
}
.main-tab-form ul li a:hover span,.main-tab-form ul li a:focus span{
background-color: #75787e;
......@@ -410,6 +435,9 @@ span.active-time {
background-color: #4e5258;
color: #a6a6a6;
}
.main-tab-form .nav-pills a{
font-family: "Usual-Medium";
}
/* Slider */
......@@ -746,12 +774,13 @@ span.checkbox.checked + .slider:before {-webkit-transform: translateX(18px);-ms-
.job-detail-radio label {
padding-left: 20px;
}
.sub-radio-title {
.sub-radio-title, .sub-radio-title span{
color: #4e5258;
font-weight: 300;
margin-top: 5px;
display: block;
line-height: 22px;
font-family: "Usual-Light";
}
.main-job-type{
margin-top: 20px;
......@@ -784,7 +813,8 @@ span.checkbox.checked + .slider:before {-webkit-transform: translateX(18px);-ms-
width: 100%;
font-size: 12px;
margin-bottom: 28px;
font-weight: 800;
font-weight: 500;
font-family: "Usual-Medium";
}
.btn.btn-primary.largeBtn{
border-radius: 100px;
......@@ -883,6 +913,9 @@ span.skill-label {
margin-top: 5px;
line-height: 22px;
}
span.skill-label span{
font-family: "Usual-Light";
}
.main-add-more {
display: inline-block;
width: 100%;
......@@ -921,10 +954,15 @@ span.skill-label {
padding:21px 35px 7px 20px;
margin-bottom: 17px;
position: relative;
font-family: "Usual-Light";
font-size: 14px;
}
.qualification-title{
margin-bottom: 22px;
}
.qualification-title span{
font-family: "Usual-Medium";
}
.qualification-radio {
display: inline-block;
margin-right: 25px;
......@@ -1016,6 +1054,7 @@ span.skill-label {
font-size: 13px;
font-weight: 500;
color: #4e5258;
font-family: "Usual-Medium";
}
.pack-price{
color: #4990e2;
......@@ -1157,6 +1196,9 @@ span.skill-label {
font-weight: 500;
margin-bottom: 40px;
}
.work-belonging span{
font-family: "Usual-Medium";
}
.work-radio-title{
letter-spacing: 1.1px;
color: #4e5258;
......@@ -1165,6 +1207,9 @@ span.skill-label {
margin-bottom: 30px;
text-transform: uppercase;
}
.work-radio-title span{
font-family: "Usual-Medium";
}
.workplace-radio.radio label{
padding-left: 9px;
}
......@@ -1173,6 +1218,9 @@ span.skill-label {
width: 100%;
margin: 10px 0;
}
.radio.workplace-radio label{
font-size: 13px;
}
.culture-margin-bottom{
margin-bottom: 15px;
}
......@@ -1644,6 +1692,7 @@ table.pos-table{
font-size: 14px;
font-weight: 300;
margin-bottom: 21px;
font-family: "Usual-Light";
}
.box-br-line {
display: inline-block;
......@@ -2132,22 +2181,35 @@ a.forgot-pass {
}
.dashboard-content-area {
background-color: #e9ecef;
float: left;
padding: 2.2% 5% 2.2%;
float: right;
margin-top: 65px;
width: 83.75%;
position: relative;
}
.dashboard-first-part{
background-color: #1a2531;
height: 290px;
padding: 2.2% 5% 2.2%;
}
.first-part{
background-color: #1a2531;
padding: 2.2% 5% 0;
}
.second-part{
padding: 2.2% 5% 2.2%;
}
.dashboard-welcome{
float: left;
padding-right: 0;
text-align: left;
}
.welcome-text{
.welcome-text, .welcome-text span{
font-family: "Usual-Light";
color: #ffffff;
font-size: 36px;
font-weight: 300;
line-height: 1.42;
}
.d-three-box{
background-color: #ffffff;
......@@ -2158,6 +2220,7 @@ a.forgot-pass {
float: none;
display: inline-block;
text-align: left;
z-index: 100;
}
.d-fl-left {
float: left;
......@@ -2174,8 +2237,10 @@ a.forgot-pass {
.blue-light{
border-top: 10px solid #03a0e7;
}
.dash-count{
.dash-count, .dash-count span{
font-family: "Usual-Light";
font-size: 60px;
font-weight: 300;
}
.c-green{
color: #03ac66;
......@@ -2189,6 +2254,7 @@ a.forgot-pass {
.d-box-title {
color: #4e5258;
text-align: left;
font-family: "Usual-Light";
font-size: 22px;
font-weight: 300;
}
......@@ -2198,6 +2264,8 @@ a.forgot-pass {
line-height: 45px;
height: 45px;
color: #ffffff;
font-weight: 500;
letter-spacing: 1px;
text-transform: uppercase;
font-size: 11px;
display: inline-block;
......@@ -2222,6 +2290,7 @@ a.forgot-pass {
width: 100%;
position: relative;
margin-top: 44px;
font-family: "Usual-Medium";
}
.arrow-btn:before {
content: '';
......@@ -2293,20 +2362,31 @@ a.forgot-pass {
letter-spacing: 1px;
color: #7d7f82;
font-size: 12px;
font-weight: 700;
font-weight: 500;
margin-right: 18px;
text-transform: uppercase;
font-family: "Usual-Medium";
}
.calendar {
background-image: url('../images/calendar-icon.png');
background-image: url('../images/calendar-icon.svg');
background-repeat: no-repeat;
padding: 2px 0 2px 22px;
padding: 6px 0 2px 22px;
background-position: left center;
font-size: 12px;
font-weight: 500;
color: #7d7f82;
}
.ja-count{
.calendar .number span{
font-family: "Usual-Medium";
}
.ja-count, .ja-count span{
color: #03a0e7;
font-size: 30px;
font-weight: 300;
font-family: "Usual-Light";
}
.ja-count{
display: table-cell;
padding-left: 17px;
}
......@@ -2314,9 +2394,10 @@ a.forgot-pass {
letter-spacing: 1px;
color: #8e97a0;
font-size: 11px;
font-weight: 700;
font-weight: 500;
width: 100%;
float: left;
font-family: "Usual-Medium";
text-transform: uppercase;
}
.ja-icon{
......@@ -2388,9 +2469,10 @@ a.forgot-pass {
}
.job-filter li a{
font-size: 11px;
font-weight: 700;
font-weight: 500;
letter-spacing: 1px;
color: #1a2531;
font-family: "Usual-Medium";
}
.job-filter li.active a{
color: #03a0e7;
......@@ -2428,6 +2510,7 @@ a.forgot-pass {
font-size: 26px;
font-weight: 300;
margin-bottom: 24px;
font-family: "Usual-Light";
}
.chief-officer img {
margin-right: 12px;
......@@ -2440,7 +2523,8 @@ a.forgot-pass {
}
span.austr-post {
text-transform: uppercase;
font-weight: 700;
font-weight: 500;
font-family: "Usual-Medium";
}
span.ex-management {
padding-left: 6px;
......@@ -2452,7 +2536,8 @@ span.ex-management {
background-position: left center;
color: rgba(255, 255, 255, 0.7);
font-size: 11px;
font-weight: 700;
font-weight: 500;
font-family: "Usual-Medium";
}
.active-status-icon{
width: 20px;
......@@ -2475,7 +2560,8 @@ span.ex-management {
letter-spacing: 1px;
color: #ffffff;
font-size: 11px;
font-weight: 700;
font-weight: 500;
font-family: "Usual-Medium";
}
.applicant-right-status{
text-align: right;
......@@ -2490,12 +2576,13 @@ span.ex-management {
letter-spacing: 1px;
color: #ffffff;
font-size: 11px;
font-weight: 700;
font-weight: 500;
padding: 0 27px;
line-height: 45px;
height: 45px;
display: inline-block;
margin-left: 29px;
font-family: "Usual-Medium"
}
.edit-btn-dropdown img {
margin-left: 12px;
......@@ -2553,6 +2640,10 @@ span.ex-management {
text-align: left;
font-size: 26px;
font-weight: 300;
font-family: "Usual-Light";
}
.appli-name span{
font-family: "Usual-Light";
}
.appli-applied{
color: #7d7f82;
......@@ -2627,6 +2718,7 @@ span.appli-percen {
margin-right: 8px;
position: relative;
top: -2px;
font-family: "Usual-Bold";
}
.expand-box {
display: inline-block;
......@@ -2733,6 +2825,7 @@ span.appli-progress-bar {
font-size: 13px;
font-weight: 700;
margin-bottom: 17px;
font-family: "Usual-Medium";
}
.note-txt-box textarea{
resize: none;
......@@ -2770,7 +2863,8 @@ input.add-note-btn:hover{
.admin-name{
color: #4e5258;
font-size: 11px;
font-weight: 700;
font-weight: 500;
font-family: "Usual-Medium";
}
.date-value{
color: #4e5258;
......@@ -2847,6 +2941,7 @@ input.add-note-btn:hover{
.result-want {
float: left;
width: 100%;
font-family: "Usual-Medium";
}
.result,.wants{
font-size: 10px;
......@@ -2939,6 +3034,7 @@ input.add-note-btn:hover{
font-size: 30px;
font-weight: bold;
margin-bottom: 4px;
font-family: "Usual-Bold";
}
.int-timeline li.active span{
color: #1a2531;
......@@ -2946,11 +3042,12 @@ input.add-note-btn:hover{
.int-timeline li a {
color: #b5bfca;
font-size: 11px;
font-weight: 700;
font-weight: 500;
display: block;
padding: 11px 0;
width: 96px;
text-align: center;
font-family: "Usual-Medium";
}
.int-timeline li a:hover {
color: #ffffff;
......@@ -3026,6 +3123,7 @@ input.add-note-btn:hover{
display: inline-block;
width: 100%;
margin-bottom: 4px;
font-family: "Usual-Bold";
}
.unsutable a {
font-size: 11px;
......@@ -3033,6 +3131,7 @@ input.add-note-btn:hover{
color: #7b8da0;
padding: 12px 0;
width: 96px;
font-family: "Usual-Medium";
}
.unsutable a:hover,.unsutable a:hover span{
color: #ffffff;
......@@ -3104,6 +3203,7 @@ input.add-note-btn:hover{
letter-spacing: 0.9px;
text-transform: uppercase;
color: #7d7f82;
font-family: "Usual-Medium";
}
.jcc-box{
float: left;
......@@ -3119,6 +3219,7 @@ input.add-note-btn:hover{
letter-spacing: 0.9px;
padding: 0 12px;
line-height: 37px;
font-family: "Usual-Medium";
}
.jcc span{
float: right;
......@@ -3126,6 +3227,7 @@ input.add-note-btn:hover{
font-weight: 300;
text-align: left;
color: #7d7f82;
font-family: "Usual-Light";
}
.criteria{
background-color: rgba(239, 240, 242, 0.5);
......@@ -3314,6 +3416,9 @@ input.add-note-btn:hover{
float: left;
padding-right: 39px;
}
.appli-percent-no span{
font-family: "Usual-Light";
}
.appli-status {
border: medium none;
padding: 15px 23px 0;
......@@ -4305,3 +4410,20 @@ div.errorField .input-append .add-on {
cursor: pointer;
font-weight: bold;
}
label, label .label-title span {
font-family: "Usual-Medium";
font-weight: 500;
}
.assessment-criteria p{
font-family: "Usual-Light";
}
.checkbox label{
font-family: "Usual-Regular";
}
.review-medium-title, .review-label{
font-family: "Usual-Medium";
font-size: 14px;
}
\ No newline at end of file
......@@ -15,10 +15,9 @@
<oneit:dynIncluded>
<div class="dashboard-content-area" style="padding: 0px">
<oneit:dynInclude page="/extensions/applicantportal/inc/multifieldtext.jsp" data="<%= CollectionUtils.EMPTY_MAP%>"/>
</div>
<div class="dashboard-content-area first-part">
<div class="first-part">
<oneit:dynInclude page="/extensions/adminportal/inc/job_title_bar.jsp" data="<%= CollectionUtils.EMPTY_MAP%>"/>
......
......@@ -59,7 +59,15 @@
</div>
<div class="job-company-name">
<span class="superlaw">SUPERLAW</span>
<span class="calendar"><oneit:toString value="<%= job.getDaysTillClose() %>" mode="EscapeHTML"/></span>
<span class="calendar">
<%
int daysToClose = job.getNoOfDaystoClosed();
%>
<span class="number">
<oneit:toString value="<%= daysToClose %>" mode="Integer"/>
</span>
<oneit:toString value="<%= (daysToClose == 1 ? "day" : "days") + " until close" %>" mode="EscapeHTML"/>
</span>
</div>
</div>
<div class="job-application jl-c eq-second-height" style="height: 107px;">
......@@ -92,7 +100,7 @@
</div>
</div>
<div class="job-states jl-c">
<oneit:ormEnum obj="<%= job %>" attributeName="JobStatus" cssClass="form-control status-img job-status"
<oneit:ormEnum obj="<%= job %>" attributeName="JobStatus" cssClass="form-control status-img job-status wider-select"
enums="<%= Arrays.asList(new JobStatus[]{JobStatus.OPEN, JobStatus.COMPLETE}) %>"/>
</div>
<oneit:button name="save" value="Save" cssClass="<%= "save-job" + job.getID().toString() + " hidden"%>"
......
......@@ -7,7 +7,7 @@
Article apAricle = WebUtils.getArticleByShortCut(objTran, WebUtils.ADMIN_PORTAL);
NavigationBar apSiteNavbar = navbar.getChildNavBarFor(apAricle);
%>
<div class="sidebar-menu">
<div class="sidebar-menu fixed">
<div class="main-menu">
<div class="mobile-toggle-menu">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse-1">
......
......@@ -59,7 +59,7 @@
<div class="radio radio-primary job-match-radio">
<input type="radio" name="<%= assessmentTypeKey %>" id="<%= assessmentTypeId %>" class="type_radio" value="<%= assessmentType.getName() %>" <%= selectedStr %>/>
<label for="<%= assessmentTypeId %>">
<b><oneit:toString value="<%= assessmentType %>" mode="EscapeHTML" /></b>
<span class="label-title"><oneit:toString value="<%= assessmentType %>" mode="EscapeHTML" /></span>
<oneit:toString value="<%= assessmentType.getHeaderDesc() %>" mode="EscapeHTML"/>
<oneit:toString value="<%= assessmentType.getQuestionDetails() %>" mode="EscapeHTML"/><br />
<span class="sub-radio-title"><oneit:toString value="<%= assessmentType.getAdditionalDesc() %>" mode="EscapeHTML" /></span>
......
......@@ -42,7 +42,7 @@
</div>
<div class="form-group">
<div class="review-medium-title">
<oneit:ormlabel obj="<%= job %>" field="JobTitle" />
<oneit:ormlabel obj="<%= job %>" field="JobTitle"/>
<span class="skill-label">
<oneit:toString value="<%= job.getJobTitle() %>" mode="EscapeHTML" />
</span>
......
......@@ -17,7 +17,8 @@
%>
<oneit:form name="editJob" method="post" enctype="multipart/form-data">
<div class="dashboard-content-area first-part">
<div class="dashboard-content-area">
<div class="dashboard-first-part">
<div class="welcome-box">
<div class="dashboard-welcome">
<div class="welcome-text"> Welcome <br/> back <oneit:toString value="<%= SecUserToNameTransform.INSTANCE.transform(SecUser.getTXUser(transaction)) + "!" %>" mode="EscapeHTML"/></div>
......@@ -38,11 +39,12 @@
</div>
</div>
</div>
<div class="dashboard-content-area second-part">
<div class="second-part">
<div class="d-job-title">Open Jobs</div>
<oneit:dynInclude page="/extensions/adminportal/inc/job_list.jsp" data="<%= CollectionUtils.EMPTY_MAP%>"
NextPage="<%= nextPage%>" HomePage="<%= homePage%>" Jobs="<%= jobs %>"/>
</div>
</div>
</oneit:form>
</oneit:dynIncluded>
\ No newline at end of file
......@@ -24,9 +24,10 @@
<oneit:form name="viewApplicants" method="post" enctype="multipart/form-data">
<div class="dashboard-content-area">
<oneit:dynInclude page="/extensions/adminportal/inc/applicant_view_tabs.jsp" TabNumber="1" data="<%= CollectionUtils.EMPTY_MAP%>"/>
<div class="dashboard-content-area second-part view-app-area">
<div class="second-part view-app-area">
<div class="five-boxs">
<%
int index = 0;
......@@ -189,5 +190,6 @@
%>
</div>
</div>
</div>
</oneit:form>
</oneit:dynIncluded>
\ No newline at end of file
......@@ -17,9 +17,11 @@
<oneit:form name="viewApplicants" method="post" enctype="multipart/form-data">
<div class="dashboard-content-area">
<oneit:dynInclude page="/extensions/adminportal/inc/applicant_view_tabs.jsp" TabNumber="2" data="<%= CollectionUtils.EMPTY_MAP%>"/>
<div class="dashboard-content-area second-part view-app-area">
<div class="second-part view-app-area">
<oneit:dynInclude page="/extensions/adminportal/inc/shortlist_tabs.jsp" TabNumber="1" data="<%= CollectionUtils.EMPTY_MAP%>"/>
......@@ -92,5 +94,6 @@
%>
</div>
</div>
</div>
</oneit:form>
</oneit:dynIncluded>
\ No newline at end of file
......@@ -55,9 +55,11 @@
<oneit:form name="viewApplicants" method="post" enctype="multipart/form-data">
<div class="dashboard-content-area">
<oneit:dynInclude page="/extensions/adminportal/inc/applicant_view_tabs.jsp" TabNumber="2" data="<%= CollectionUtils.EMPTY_MAP%>"/>
<div class="dashboard-content-area second-part view-app-area">
<div class="second-part view-app-area">
<oneit:dynInclude page="/extensions/adminportal/inc/shortlist_tabs.jsp" TabNumber="2" data="<%= CollectionUtils.EMPTY_MAP%>"/>
......@@ -150,5 +152,6 @@
%>
</div>
</div>
</div>
</oneit:form>
</oneit:dynIncluded>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="18" viewBox="0 0 16 18">
<g fill="#7D7F82" fill-rule="evenodd">
<path d="M12.811 17.053H3.096A2.637 2.637 0 0 1 .47 14.41V6.063h14.878a.23.23 0 0 0 .089-.018v8.365a2.637 2.637 0 0 1-2.626 2.643m0-15.539a.236.236 0 0 0-.235.237c0 .131.105.237.235.237a2.637 2.637 0 0 1 2.626 2.643v.976a.23.23 0 0 0-.089-.018H.47v-.958a2.637 2.637 0 0 1 2.626-2.643c.13 0 .235-.106.235-.237a.236.236 0 0 0-.235-.237C1.389 1.514 0 2.912 0 4.631v9.779c0 1.718 1.389 3.116 3.096 3.116h9.715c1.707 0 3.096-1.398 3.096-3.116V4.63c0-1.718-1.389-3.116-3.096-3.116"/>
<path d="M6.133 1.988H9.74c.13 0 .235-.106.235-.237a.236.236 0 0 0-.235-.236H6.133a.236.236 0 0 0-.235.236c0 .131.105.237.235.237M12.374 9.953h-8.84a.236.236 0 0 0-.236.237c0 .131.105.237.236.237h8.84c.13 0 .235-.106.235-.237a.236.236 0 0 0-.235-.237M9.89 12.67H6.126a.236.236 0 0 0-.236.237c0 .13.106.237.236.237H9.89c.13 0 .235-.107.235-.237a.236.236 0 0 0-.235-.237M4.596 3.83c.13 0 .235-.107.235-.237V.237a.236.236 0 1 0-.47 0v3.356c0 .13.105.236.235.236M11.312 3.83c.13 0 .235-.107.235-.237V.237a.236.236 0 1 0-.47 0v3.356c0 .13.105.236.235.236"/>
</g>
</svg>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment