Remove duplicated properties
This commit is contained in:
parent
c5fc77b606
commit
0ed13c9fe7
4 changed files with 0 additions and 4 deletions
|
@ -119,7 +119,6 @@
|
|||
.info {
|
||||
padding: 6px 8px;
|
||||
font: 14px/16px Arial, Helvetica, sans-serif;
|
||||
background: #FFFFFF;
|
||||
background: rgba(255, 255, 255, 0.8);
|
||||
box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
|
||||
border-radius: 5px;
|
||||
|
|
|
@ -158,7 +158,6 @@
|
|||
.dossier-state {
|
||||
text-align: center;
|
||||
font-size: 25px;
|
||||
width: 200px;
|
||||
margin-top: 20px;
|
||||
width: 200px;
|
||||
margin-left: auto;
|
||||
|
|
|
@ -64,7 +64,6 @@ $segmented-control-margin-top: $default-space;
|
|||
$segmented-control-item-horizontal-padding: $default-space;
|
||||
$segmented-control-item-border-radius: 2 * $default-space;
|
||||
.segmented-control-item {
|
||||
color: $blue;
|
||||
display: inline-block;
|
||||
font-size: 15px;
|
||||
border: 2px solid $blue;
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
.tt-menu {
|
||||
padding: 8px 0;
|
||||
background-color: #fff;
|
||||
border: 1px solid #ccc;
|
||||
border: 1px solid rgba(0, 0, 0, 0.2);
|
||||
-webkit-border-radius: 8px;
|
||||
-moz-border-radius: 8px;
|
||||
|
|
Loading…
Add table
Reference in a new issue