Blame view

static/css/custom.css 287 Bytes
4413a8d93   Jatinder Singh   changes
1
2
3
4
5
6
7
  .custom-input-align .v-label {
      text-align: center !important;
      width: 100% !important;
  }
  .custom-input-align input {
      text-align: center !important;
  }
ae898ca2b   Neeraj Sharma   add new pages routes
8
9
10
11
12
13
  .fixcolor {
      background:linear-gradient(90deg,#f58753 30%,#f15e5f 110%)
  }
  .fixcolors{
      background:#39b982 !important; 
  }