strasbourg-2018: set default box model to border-box (#39459)

This commit is contained in:
Thomas Jund 2020-04-03 11:08:07 +02:00
parent f048302867
commit 07201dcd72
1 changed files with 0 additions and 8 deletions

View File

@ -271,7 +271,6 @@ ul#evolutions li div.msg div.comment {
ul#evolutions li span.item {
/* left circle icon */
box-sizing: border-box;
position: absolute;
text-align: center;
line-height: 36px;
@ -587,7 +586,6 @@ div.webform-layout-box {
justify-content: space-between;
width: 100%;
div.form-group {
box-sizing: border-box;
.form-field {
padding-right: 1em;
}
@ -626,7 +624,6 @@ div.webform-layout-box {
margin-bottom: 2rem;
display: inline-block;
width: 20em;
box-sizing: border-box;
@include RWD(mobile) {
width: auto;
}
@ -923,7 +920,6 @@ td.action-column a {
display: block;
padding: 1ex;
margin: 0.5ex 0;
box-sizing: border-box;
border-bottom: 1px solid transparent;
&:hover {
border-bottom: 1px solid $core-color;
@ -1020,7 +1016,6 @@ div.fileinfo a.remove:before {
}
#logo-link {
box-sizing: border-box;
height: 48px;
padding-top: 0px;
@include RWD(mobile) {
@ -1123,7 +1118,6 @@ div#welcome-text {
float: none;
width: 100%;
background: #ffb200;
box-sizing: border-box;
padding: 2rem;
@include RWD(mobile) {
padding: 2rem 1rem;
@ -1278,7 +1272,6 @@ div.section.foldable {
padding-left: 0.7em;
white-space: nowrap;
transition: background linear 0.1s;
box-sizing: border-box;
}
&.upload-error .bar {
background: #FF7575;
@ -1326,7 +1319,6 @@ div#rub_service div.file-upload-widget {
overflow: hidden;
background: $widget-background;
margin: 0;
box-sizing: border-box;
border: $widget-border;
border-radius: $widget-border-radius;
&:focus-within {