recruitment/app/assets/stylesheets/recruitment/recruitment.scss

58 lines
738 B
SCSS

.profile-wrapper{
text-align: center;
}
.select-profile{
width: auto;
height: 200px;
border: 1px dotted #cecece;
.profile-button{
border: 1px solid #cecece;
border-radius: 10px;
padding: 50px 75px;
display: inline-block;
margin-top: 33px;
font-size: 18px;
}
}
#dashboard-wrapper{
.jobs-table{
margin-top: 20px;
.no-jobs{
text-align: center;
font-size: 18px;
font-weight: bolder;
}
}
.logout {
font-size: 16px;
}
.header-title{
text-align: center;
}
hr{
border-top: 1px solid #5c5c5c;
}
}
ul.nav {
margin-top: 20px;
margin-bottom: 10px;
}
.radio-label{
margin-right: 15px;
}
.btn{
color : #fff;
}
.jobs-table {
// color : #fff;
a.btn {
&:visited{
color : #fff;
}
}
}