提交 2f390152 编写于 作者: A Abdullah Almsaeed

Created and updated the profile page

上级 7df333d8
......@@ -54,6 +54,7 @@
@import "login_and_register.less";
@import "404_500_errors.less";
@import "invoice.less";
@import "profile";
//Plugins
//--------
......
......@@ -227,6 +227,13 @@
.text-maroon {
color: @maroon !important;
}
.link-muted {
color: darken(@gray, 30%);
&:hover,
&:focus {
color: darken(@gray, 40%);
}
}
// Hide elements by display none only
.hide {
......
/*
* Page: Profile
* -------------
*/
.profile-user-img {
margin: 0 auto;
width: 100px;
}
.box-profile {
text-align: center;
}
.profile-username {
font-size: 18px;
margin-top: 5px;
}
\ No newline at end of file
......@@ -96,3 +96,16 @@
}
}
}
.timeline-inverse {
> li {
> .timeline-item {
background: #f0f0f0;
border: 1px solid #ddd;
.box-shadow(none);
> .timeline-header {
border-bottom-color: #ddd;
}
}
}
}
\ No newline at end of file
......@@ -2138,6 +2138,15 @@ a:focus {
background-color: #fff;
border-radius: 4px;
}
.timeline-inverse > li > .timeline-item {
background: #f0f0f0;
border: 1px solid #ddd;
-webkit-box-shadow: none;
box-shadow: none;
}
.timeline-inverse > li > .timeline-item > .timeline-header {
border-bottom-color: #ddd;
}
/*
* Component: Button
* -----------------
......@@ -3249,6 +3258,21 @@ table.text-center th {
.invoice-title {
margin-top: 0;
}
/*
* Page: Profile
* -------------
*/
.profile-user-img {
margin: 0 auto;
width: 100px;
}
.box-profile {
text-align: center;
}
.profile-username {
font-size: 18px;
margin-top: 5px;
}
/*
* Social Buttons for Bootstrap
*
......@@ -4315,6 +4339,13 @@ table.text-center th {
.text-maroon {
color: #d81b60 !important;
}
.link-muted {
color: #7a869d;
}
.link-muted:hover,
.link-muted:focus {
color: #606c84;
}
.hide {
display: none !important;
}
......
此差异已折叠。
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册