Created
July 2, 2020 17:48
-
-
Save bashkirtsevich/754316110284fc29b85cd65b5d0f3a23 to your computer and use it in GitHub Desktop.
GitHub restyle
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.avatar-user { | |
border-radius: 3%!important; | |
} | |
.btn { | |
box-shadow: 0 2px 0 rgba(27,31,35,.04), inset 0 1px 0 hsla(0,0%,100%,.25) !important; | |
} | |
.btn { | |
border-radius: 3px !important; | |
} | |
/*.container-xl { | |
max-width: unset !important; | |
} | |
.col-md-9 { | |
width: 100% !important; | |
} | |
.col-md-3 { | |
width: 30% !important; | |
} | |
.container-lg { | |
max-width: unset !important; | |
}*/ | |
.gutter-lg { | |
margin-right: -23%; | |
margin-left: 7%; | |
} | |
.topic-tag { | |
border-radius: 3px !important; | |
} | |
.Box { | |
border-radius: 3px !important; | |
} | |
.mb-3 { | |
} | |
.mr-lg-3 { | |
margin-right: 16px!important; | |
} | |
.mb-5 { | |
margin-bottom: 8px!important; | |
} | |
.form-control, .form-select { | |
border-radius: 3px !important; | |
} | |
.rounded-1 { | |
border-radius: 3px!important; | |
} | |
.filter-item { | |
border-radius: 3px !important; | |
} | |
.pt-3 { | |
padding-top: 8px !important; | |
} | |
.Box-header { | |
margin: -8px -1px 0 !important; | |
border-top-left-radius: 3px !important; | |
border-top-right-radius: 3px !important; | |
} | |
.col-lg-5 { | |
margin-left: 10% !important; | |
margin-right: 10% !important; | |
} | |
.col-md-3 { | |
width: 20% !important; | |
} | |
.col-md-9 { | |
width: 65% !important; | |
} | |
.col-lg-2 { | |
width: 15% !important; | |
} | |
.col-lg-10 { | |
width: 85% !important; | |
} | |
.graph-before-activity-overview { | |
border-top-left-radius: 3px !important; | |
border-top-right-radius: 3px !important; | |
} | |
.user-status-circle-badge { | |
border-radius: 3px !important; | |
} | |
.calendar-graph rect.day { | |
rx: unset !important; | |
ry: unset !important; | |
} | |
.contrib-legend .legend li { | |
border-radius: unset !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment