Untitled

 avatar
unknown
plain_text
3 years ago
838 B
6
Indexable
.arrow {
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
  }
  
  
  .up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  
  .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  
  .parent
  {
      background-color: white;
      border-radius:5px;
      padding:5px;
  }
  
  .button
  {
      border:none;
      background-color: white;
      position:relative;
      bottom:1px;
  }
  
  .table
  {
      left:40px;
      background-color: lightgrey;
      padding:4px;
      border-radius:4px;
  }
  
  .radioBtn
  {
      position: relative;
      top: -54px;
      right: -28px;
  }
  
  .column1
  {
      background-color: lightgrey;
      width:20%;
         
  }
Editor is loading...